Skip to content

Commit 78184b9

Browse files
committed
fix typo 'deprecatedcapaibilities'
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
1 parent 23c6c2f commit 78184b9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/apis/subsystems/access.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ To mark a capability as deprecated, edit the access.php containing the capabilit
8484

8585
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.
8686

87-
`$deprecatedcapaibilities` can also define an optional `message` explaining the deprecation.
87+
`$deprecatedcapabilities` can also define an optional `message` explaining the deprecation.
8888

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

versioned_docs/version-4.1/apis/subsystems/access.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ To mark a capability as deprecated, edit the access.php containing the capabilit
8484

8585
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.
8686

87-
`$deprecatedcapaibilities` can also define an optional `message` explaining the deprecation.
87+
`$deprecatedcapabilities` can also define an optional `message` explaining the deprecation.
8888

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

versioned_docs/version-4.2/apis/subsystems/access.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ To mark a capability as deprecated, edit the access.php containing the capabilit
8484

8585
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.
8686

87-
`$deprecatedcapaibilities` can also define an optional `message` explaining the deprecation.
87+
`$deprecatedcapabilities` can also define an optional `message` explaining the deprecation.
8888

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

versioned_docs/version-4.3/apis/subsystems/access.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ To mark a capability as deprecated, edit the access.php containing the capabilit
8484

8585
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.
8686

87-
`$deprecatedcapaibilities` can also define an optional `message` explaining the deprecation.
87+
`$deprecatedcapabilities` can also define an optional `message` explaining the deprecation.
8888

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

0 commit comments

Comments
 (0)