Corrected some typos.
Documentation is available at http://portainer.readthedocs.io/
After modifying the documentation files inside the docs/source folder, you can build the documentation locally to preview your changes.
docs/source
$ docker run --rm -v ${PWD}/docs:/src portainer/docbuilder:latest make html
HTML files will be available under docs/build/html for preview.
docs/build/html