Skip to content

Commit

Permalink
typo, closes oreilly#340
Browse files Browse the repository at this point in the history
  • Loading branch information
janl committed Jun 30, 2011
1 parent 59e4d1c commit e1b919f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft/replication.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h3 id="detail">Replication in Detail</h3>
<p>One common scenario is triggering replication on nodes that have admin accounts enabled. Creating design documents is restricted to admins, and if the replication is triggered without admin credentials, writing the design documents during replication will fail and be recorded as <code>doc_write_failures</code>. If you have admins, be sure to include the credentials in the replication request:

<pre>
&gt; curl -X POST http://127.0.0.1:5984/_replicate -d '{"source":"http://example.org/database", "target":"http://admin:password@e127.0.0.1:5984/database"}'
&gt; curl -X POST http://127.0.0.1:5984/_replicate -d '{"source":"http://example.org/database", "target":"http://admin:password@127.0.0.1:5984/database"}'
</pre>

<h3 id="continuous">Continuous Replication</h3>
Expand Down

0 comments on commit e1b919f

Please sign in to comment.