Skip to content

Commit

Permalink
Spell modules correctly (#269)
Browse files Browse the repository at this point in the history
Fix a spelling error in the documentation
  • Loading branch information
jdmcleod authored Feb 10, 2025
1 parent 52ef292 commit c6dbd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/Overview/FileOrganization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Using the above folder structure, the application file should import all of the
@import '@rolemodel/optics';

// Vendors
@import 'something-from-node-modeules/something';
@import 'something-from-node-modules/something';

// Theme Customization
@import 'core/theme/{name}-theme-core';
Expand Down

0 comments on commit c6dbd0f

Please sign in to comment.