Skip to content

Commit

Permalink
fix: Typo in onboarding
Browse files Browse the repository at this point in the history
  • Loading branch information
biharygergo authored Jan 6, 2025
1 parent f329f5a commit e1cc3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/room/room.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ export class RoomComponent implements OnInit, OnDestroy {
{
id: 'room-members',
title: 'View Room Participants',
text: `<p>Team members who join this room will appear here, ready to cast their estimates. Once everyone has voted, the results and statictics will also be displayed here.</p><p>There is also a built-in notes section—perfect for capturing key conversations and action points relevant to each topic.</p>`,
text: `<p>Team members who join this room will appear here, ready to cast their estimates. Once everyone has voted, the results and statistics will also be displayed here.</p><p>There is also a built-in notes section—perfect for capturing key conversations and action points relevant to each topic.</p>`,
attachTo: {
element: '.members-card',
on: isSmallScreen ? 'top' : 'right',
Expand Down

0 comments on commit e1cc3ef

Please sign in to comment.