From e1cc3ef0b1ca64fb94b83138fbbf1d13768722dc Mon Sep 17 00:00:00 2001 From: Gergely Bihary Date: Mon, 6 Jan 2025 20:55:37 +0100 Subject: [PATCH] fix: Typo in onboarding --- src/app/room/room.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/room/room.component.ts b/src/app/room/room.component.ts index de6326d6..496232d8 100644 --- a/src/app/room/room.component.ts +++ b/src/app/room/room.component.ts @@ -1025,7 +1025,7 @@ export class RoomComponent implements OnInit, OnDestroy { { id: 'room-members', title: 'View Room Participants', - text: `

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.

There is also a built-in notes section—perfect for capturing key conversations and action points relevant to each topic.

`, + text: `

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.

There is also a built-in notes section—perfect for capturing key conversations and action points relevant to each topic.

`, attachTo: { element: '.members-card', on: isSmallScreen ? 'top' : 'right',