Fixed Typo

Signed-off-by: detlef <ds2@physik.de>
This commit is contained in:
dsmic 2021-02-26 07:44:54 +01:00 committed by detlef
parent 1e173f9bcf
commit 584a5f2984
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ If you'd like to join, just go through the [issues list](https://github.com/next
1. ☁ Clone this into your `apps` folder of your Nextcloud.
1. 👩‍💻 In a terminal, run the command `make dev-setup` to install the dependencies.
1. 🏗 Then to build the Javascript whenever you make changes, run `make build-js`. To create a pull request use `make build-js-production`Watch changes with: `make watch-js`.
1. 🏗 Then to build the Javascript whenever you make changes, run `make build-js`. To create a pull request use `make build-js-production`. Watch changes with: `make watch-js`.
1. ✅ Enable the app through the app management of your Nextcloud.
1. 🎉 Partytime!
1. 💻 Fix easily linting issues with `npm run lint:fix`.