Skip to content

Commit

Permalink
Merge pull request #9 from nextcloud/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
MorrisJobke committed Jun 30, 2016
2 parents b1d3828 + 759dc8f commit 0819f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ By default the app enforces a minimum password length of 10 characters and check

Currently the app checks passwords for public link shares and for user passwords if the database backend is used.

You can easily check passwords for your own app by addind following code to your app:
You can easily check passwords for your own app by adding following code to your app:

````
$eventDispatcher = \OC::$server->getEventDispatcher();
Expand Down

0 comments on commit 0819f87

Please sign in to comment.