Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix typos
  • Loading branch information
Bernhard Posselt committed Aug 3, 2016
commit 08dfb99a6d2a4c844d991c47a94d5dd075655ca3
14 changes: 7 additions & 7 deletions docs/developer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -250,31 +250,31 @@ dependencies/owncloud
* 9.2 will be translated to Nextcloud 11
background-jobs/job
* optional
* must contain php classes that are run as background jobs
* must contain a php class which is run as background jobs
* will not be used, only validated
repair-steps/pre-migration/step
* optional
* must contain php classes that are run before executing database migrations
* must contain a php class which is run before executing database migrations
* will not be used, only validated
repair-steps/post-migration/step
* optional
* must contain php classes that are run after executing database migrations
* must contain a php class which is run after executing database migrations
* will not be used, only validated
repair-steps/live-migration/step
* optional
* must contain php classes that are run after executing post-migration jobs
* must contain a php class which is run after executing post-migration jobs
* will not be used, only validated
repair-steps/install/step
* optional
* must contain php classes that are run after installing the app
* must contain a php class which is run after installing the app
* will not be used, only validated
repair-steps/uninstall/step
* optional
* must contain php classes that are run after uninstalling the app
* must contain a php class which is run after uninstalling the app
* will not be used, only validated
two-factor-providers/two-factor-provider
* optional
* must contain php classes that are registered as two factor auth providers
* must contain a php class which is registered as two factor auth provider
* will not be used, only validated

The following character maximum lengths are enforced:
Expand Down