Skip to content

Commit

Permalink
fix typo 'deprecatedcapaibilities'
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Ziegenberg <[email protected]>
  • Loading branch information
ziegenberg committed Mar 22, 2024
1 parent 23c6c2f commit 78184b9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/apis/subsystems/access.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ To mark a capability as deprecated, edit the access.php containing the capabilit

Entries in `$deprecatedcapabilities` can have a `replacement` key indicating a new or existing capability that replaces the deprecated one. If this is specified, any checks to the deprecated capability will check the replacement capability instead. A debugging message will always be output at `DEBUG_DEVELOPER` level if a deprecated capability is checked.

`$deprecatedcapaibilities` can also define an optional `message` explaining the deprecation.
`$deprecatedcapabilities` can also define an optional `message` explaining the deprecation.

The following example demonstrates an access.php file where a capability has been deprecated and replaced with another.

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-4.1/apis/subsystems/access.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ To mark a capability as deprecated, edit the access.php containing the capabilit

Entries in `$deprecatedcapabilities` can have a `replacement` key indicating a new or existing capability that replaces the deprecated one. If this is specified, any checks to the deprecated capability will check the replacement capability instead. A debugging message will always be output at `DEBUG_DEVELOPER` level if a deprecated capability is checked.

`$deprecatedcapaibilities` can also define an optional `message` explaining the deprecation.
`$deprecatedcapabilities` can also define an optional `message` explaining the deprecation.

The following example demonstrates an access.php file where a capability has been deprecated and replaced with another.

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-4.2/apis/subsystems/access.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ To mark a capability as deprecated, edit the access.php containing the capabilit

Entries in `$deprecatedcapabilities` can have a `replacement` key indicating a new or existing capability that replaces the deprecated one. If this is specified, any checks to the deprecated capability will check the replacement capability instead. A debugging message will always be output at `DEBUG_DEVELOPER` level if a deprecated capability is checked.

`$deprecatedcapaibilities` can also define an optional `message` explaining the deprecation.
`$deprecatedcapabilities` can also define an optional `message` explaining the deprecation.

The following example demonstrates an access.php file where a capability has been deprecated and replaced with another.

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-4.3/apis/subsystems/access.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ To mark a capability as deprecated, edit the access.php containing the capabilit

Entries in `$deprecatedcapabilities` can have a `replacement` key indicating a new or existing capability that replaces the deprecated one. If this is specified, any checks to the deprecated capability will check the replacement capability instead. A debugging message will always be output at `DEBUG_DEVELOPER` level if a deprecated capability is checked.

`$deprecatedcapaibilities` can also define an optional `message` explaining the deprecation.
`$deprecatedcapabilities` can also define an optional `message` explaining the deprecation.

The following example demonstrates an access.php file where a capability has been deprecated and replaced with another.

Expand Down

0 comments on commit 78184b9

Please sign in to comment.