diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2013-01-11 22:24:22 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2013-01-11 22:24:22 +0100 |
commit | 3695425c1c1bc812bbe0595ddd263925884b4c14 (patch) | |
tree | aaa82d540be4d0d2d25e19b39cf7edf036faa160 /CONTRIBUTING.md | |
parent | 4272778a975c3b6df444f3c519097b9b50fc2a8d (diff) | |
download | nextcloud-server-3695425c1c1bc812bbe0595ddd263925884b4c14.tar.gz nextcloud-server-3695425c1c1bc812bbe0595ddd263925884b4c14.zip |
Fix a typo
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9f21af08223..9319bef2688 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,7 @@ Thanks for wanting to contribute source code to ownCloud. That's great! Before we're able to merge your code into the ownCloud core, you need to sign our [Contributor Agreement][agreement]. -Please read the [Developer Manuals][devmanual] to get useful infos like how to create your first application or how to test the ownCloud code with phpuniz. +Please read the [Developer Manuals][devmanual] to get useful infos like how to create your first application or how to test the ownCloud code with phpunit. [agreement]: http://owncloud.org/about/contributor-agreement/ [devmanual]: http://owncloud.org/dev/ |