Merge typo fix

This commit is contained in:
Hao Kung 2016-05-20 13:17:22 -07:00
parent 4c63935174
commit 7b870f8e64
1 changed files with 2 additions and 2 deletions

View File

@ -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>