Issue #2347663 by Palashvijay4: Fix minor issues on User topic page

8.0.x
Jennifer Hodgdon 2014-10-02 14:09:12 -07:00
parent 4014b744a0
commit 79d6892394
1 changed files with 3 additions and 3 deletions

View File

@ -519,7 +519,7 @@
* @{
* API for user accounts, access checking, roles, and permissions.
*
* @sec sec_overview Overview and terminology
* @section sec_overview Overview and terminology
* Drupal's permission system is based on the concepts of accounts, roles,
* and permissions.
*
@ -550,8 +550,8 @@
* appropriately for their particular sites.
*
* @section sec_define Defining permissions
* Modules define permissions via a $module.permissions.yml file. The return
* value defines machine names, human-readable names, and optionally
* Modules define permissions via a $module.permissions.yml file. This file
* defines machine names, human-readable names, and optionally
* descriptions for each permission type. The machine names are the canonical
* way to refer to permissions for access checking.
*