Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 8a9992b

Browse files
mikaelm12davidfowl
authored andcommitted
typo (#87)
1 parent 89ba85c commit 8a9992b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/4. Add auth features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ In this module we're going to add the capability for users to register and sign-
188188

189189
...
190190
```
191-
1. Add a `bool` proprety to the page model to indicate to the page whether admin creation is currently allowed:
191+
1. Add a `bool` property to the page model to indicate to the page whether admin creation is currently allowed:
192192
``` c#
193193
public bool AllowAdminCreation { get; set; }
194194
```

0 commit comments

Comments
 (0)