Fixed spelling mistake in index.rst (#296)

This commit is contained in:
NoobieOtsute 2023-09-20 13:27:32 +07:00 committed by GitHub
parent dd3e53a5c5
commit 8811e75015
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,7 @@ Install WsgiDAV (and a server) like::
> winget install wsgidav
To serve the ``/tmp`` folder as WebDAV ``/`` share with anonyoums read-write
To serve the ``/tmp`` folder as WebDAV ``/`` share with anonymous read-write
access, simply run::
$ wsgidav --host=0.0.0.0 --port=80 --root=/tmp --auth=anonymous