Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-06 14:21:54 +0300
committerPhil Davis <phil.davis@inf.org>2017-01-06 14:21:54 +0300
commitd95ec29f34632cb73ce3a0e4c7d4511584dda238 (patch)
tree4da610a6e581430ab43d3f6f6fee4d87919f84e1 /README.md
parentab43df9e4e36b7aa762320667d017068a8f50221 (diff)
Top level typos
Just a few things noticed while I start to look at this app.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 606944bd..c4bc83aa 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ Features:
- Clipperz.is
-For an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)
+For a demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)
## Tested on
- NextCloud 10 / 11
@@ -71,9 +71,9 @@ Example:
## Development
Passman uses a single `.js` file for the templates. This gives the benefit that we don't need to request every template with XHR.
For CSS we use SASS so you need ruby and sass installed.
-`templates.js` and the CSS are build width `grunt`.
+`templates.js` and the CSS are built with `grunt`.
To watch for changes use `grunt watch`
-To run the unit tests install phpunit globally, and stup the envioronment variables on the `launch_phpunit.sh` script then just run that script any argumetns passed to this script will be forwarded to phpunit.
+To run the unit tests install phpunit globally, and setup the environment variables on the `launch_phpunit.sh` script then just run that script, any arguments passed to this script will be forwarded to phpunit.
## Main developers
- Brantje
@@ -86,4 +86,4 @@ Add yours when creating a pull request!
## FAQ
**Are you adding something to check if malicious code is executing on the browser?**
-No, because malitous code could edit the functions that check for malicious code. \ No newline at end of file
+No, because malicious code could edit the functions that check for malicious code. \ No newline at end of file