Skip to content

Commit c36d1ae

Browse files
committed
Updated
1 parent 2cdb687 commit c36d1ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sessions/Season-03/0302-Components/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Check the `/Pages/Test/Page.razor` file in the demo.
1818

1919
All .razor files can be referenced as components in other templates. Use the `/Components` folder to place those template files that do not include a `@page` directive and cannot be navigated to.
2020

21-
Add the `Components` folder's namspace to your `_Imports.razor` file to allow these components to be referenced elsewhere in your application:
21+
Add the `Components` folder's namespace to your `_Imports.razor` file to allow these components to be referenced elsewhere in your application:
2222

2323
```
2424
@using demo.Components

0 commit comments

Comments
 (0)