Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Müller committed Mar 12, 2016
1 parent 089f404 commit b1bfde4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/intro/security.rst
Expand Up @@ -476,7 +476,7 @@ Now let's share the field ``name``. First, set up the ``public_fields``
configuration option. Remember, that this action requires administrator
privileges. The next command will prompt you for user `admin`'s password:

curl -X PUT http://localhost:5984/_config/couch_http_auth/public_fields \
curl -X PUT http://localhost:5984/_config/couch_httpd_auth/public_fields \
-H "Content-Type: application/json" \
-d '"name"' \
-u admin
Expand Down

0 comments on commit b1bfde4

Please sign in to comment.