From d95ec29f34632cb73ce3a0e4c7d4511584dda238 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 6 Jan 2017 17:06:54 +0545 Subject: [PATCH] Top level typos Just a few things noticed while I start to look at this app. --- README.md | 8 ++++---- launch_phpunit.sh | 2 +- swagger.yaml | 6 +++--- 3 files changed, 8 insertions(+), 8 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 diff --git a/launch_phpunit.sh b/launch_phpunit.sh index fee45b01..70d80b58 100755 --- a/launch_phpunit.sh +++ b/launch_phpunit.sh @@ -4,5 +4,5 @@ export SERVER_BASE_DIR=/var/www/html/nextcloud/ export SERVER_CONFIG_DIR=/var/www/html/nextcloud/config/ export SERVER_CONFIG_FILE=config.php -# Lanuch the actual tests +# Launch the actual tests phpunit -v $@ diff --git a/swagger.yaml b/swagger.yaml index 9e7b0427..1e78d1cb 100644 --- a/swagger.yaml +++ b/swagger.yaml @@ -175,7 +175,7 @@ paths: schema: $ref: '#/definitions/Error' patch: - summary: Update a item + summary: Update an item tags: - Credential parameters: @@ -199,7 +199,7 @@ paths: schema: $ref: '#/definitions/Error' delete: - summary: Delete a item permanently + summary: Delete an item permanently description: For a 'soft' delete set delete_time tags: - Credential @@ -350,7 +350,7 @@ definitions: description: Name of the item description: type: string - description: Description the user the item has given + description: Description the user has given to the item created: type: string format: dateTime