Skip to content

Commit b6908d1

Browse files
committed
fix: solve typo
1 parent ee3db52 commit b6908d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library-authoring/LibraryContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const LibraryContent = ({ contentType = ContentType.home }: LibraryContentProps)
4747
* Filter collections on the frontend to display only collection cards in the Collections tab.
4848
* This approach is used instead of backend filtering to ensure that all components (including those
4949
* within collections) remain available in the 'hits' array. This is necessary for the component
50-
* selection workflow when adding components to xblocks by choosing the while collection in Collections tab.
50+
* selection workflow when adding components to xblocks by choosing the whole collection in Collections tab.
5151
* Note: LibraryAuthoringPage.tsx has been modified to skip backend filtering for this purpose.
5252
*/
5353
const filteredHits = contentType === ContentType.collections

0 commit comments

Comments
 (0)