Merge typo fix
This commit is contained in:
parent
4c63935174
commit
7b870f8e64
|
|
@ -92,7 +92,7 @@
|
||||||
<dt>Basic Role Management</dt>
|
<dt>Basic Role Management</dt>
|
||||||
<dd>
|
<dd>
|
||||||
Do Create, Update, List and Delete Roles.
|
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>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -230,4 +230,4 @@
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue