Merge pull request #9857 from edwilde/patch-8

DOC: fix typo
This commit is contained in:
Stevie Mayhew 2021-02-15 10:49:02 +13:00 committed by GitHub
commit 845e623b9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -700,7 +700,7 @@ your template, or by implementing your visibility check in PHP.
#### Version specific _can_ methods #### Version specific _can_ methods
Versioned DataObjects get additional permission check methods to verify what oepration a Member is allowed to perform: Versioned DataObjects get additional permission check methods to verify what operation a Member is allowed to perform:
* `canPublish()` * `canPublish()`
* `canUnpublish()` * `canUnpublish()`
* `canArchive()` * `canArchive()`