docs: fix spelling errors (pre-commit)

This commit is contained in:
jo 2022-11-24 01:32:57 +01:00
commit 054a9e54f5
No known key found for this signature in database
GPG key ID: B2FEC9B22722B984
91 changed files with 179 additions and 163 deletions

View file

@ -1 +1 @@
Fixed upload form VUE erros (#1738) (1738)
Fixed upload form VUE errors (#1738) (1738)

View file

@ -1 +1 @@
Allow arbritrary length names for artists, albums and tracks
Allow arbitrary length names for artists, albums and tracks

View file

@ -16,7 +16,7 @@ curl -L -o /srv/funkwhale/docker-compose.yml "https://dev.funkwhale.audio/funkwh
Docker's resolver <https://docs.funkwhale.audio/admin/external-storages.html#no-resolver-found>`_, you can mount your
custom nginx configuration into the container. Uncomment the commented volumes in the `nginx` section of your `docker-compose.yml`.
Additionally you need to update the paths in `nginx/funkwhale.template`.
Replace all occurances of `/funkwhale` by `/usr/share/nginx/html`.
Replace all occurrences of `/funkwhale` by `/usr/share/nginx/html`.
This loads the templates from your `nginx` folder and overrides the template files in the Docker container.
```

View file

@ -1 +1 @@
Fix conent form autofocus despite `autofocus` prop being set to `false` (#1924)
Fix content form autofocus despite `autofocus` prop being set to `false` (#1924)