jiahuili430 commented on code in PR #4457:
URL: https://github.com/apache/couchdb/pull/4457#discussion_r1126630795
##########
src/docs/src/replication/replicator.rst:
##########
@@ -252,16 +252,16 @@ normal.
Documents describing the same replication
=========================================
-Lets suppose 2 documents are added to the ``_replicator`` database in
+Let's suppose 2 documents are added to the ``_replicator`` database in
the following order:
.. code-block:: javascript
{
"_id": "my_rep",
- "source": "http://myserver.com/foo",
- "target": "http://user:pass@localhost:5984/bar",
- "create_target": true,
+ "source": "http://adm:[email protected]/foo",
Review Comment:
Changed, thanks for the review!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]