Merge typo fix
This commit is contained in:
parent
4c63935174
commit
7b870f8e64
|
|
@ -92,7 +92,7 @@
|
|||
<dt>Basic Role Management</dt>
|
||||
<dd>
|
||||
Do Create, Update, List and Delete Roles.
|
||||
Only Users In Role Admin can access this page. This authorization is doen by using the [Authorize(Roles = "Admin")] on the RolesAdmin controller.
|
||||
Only Users In Role Admin can access this page. This authorization is done by using the [Authorize(Roles = "Admin")] on the RolesAdmin controller.
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
|
|
@ -230,4 +230,4 @@
|
|||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue