Merge "doc: fix typo"

This commit is contained in:
Mathieu Lonjaret 2016-10-11 14:35:14 +00:00 committed by Gerrit Code Review
commit c2e80f8d47
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ This page documents the simple configuration mode.
localhost auth localhost auth
* `userpass:alice:secret:vivify=othersecret`: Alice has password "secret", * `userpass:alice:secret:vivify=othersecret`: Alice has password "secret",
but her Android phone can use password "othersecret" to do a minimal set of but her Android phone can use password "othersecret" to do a minimal set of
operations (upload new things, but not access anything)r operations (upload new things, but not access anything).
* `baseURL`: Optional. If non-empty, this is the root of your URL prefix for * `baseURL`: Optional. If non-empty, this is the root of your URL prefix for
your Camlistore server. Useful for when running behind a reverse proxy. your Camlistore server. Useful for when running behind a reverse proxy.