From 4f2bca58fceaff6efd0cd5d8d614949e4fbc864a Mon Sep 17 00:00:00 2001 From: Chad Little Date: Thu, 23 Mar 2017 12:22:29 -0700 Subject: [PATCH] Fix typo in diviner user guide / diffusion Summary: Fixes T12445. Reads better. Test Plan: Read it a few more times. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T12445 Differential Revision: https://secure.phabricator.com/D17546 --- src/docs/user/userguide/diffusion_existing.diviner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/user/userguide/diffusion_existing.diviner b/src/docs/user/userguide/diffusion_existing.diviner index 56226a84a1..b5b1fbdf76 100644 --- a/src/docs/user/userguide/diffusion_existing.diviner +++ b/src/docs/user/userguide/diffusion_existing.diviner @@ -48,7 +48,7 @@ Once the import completes, disable the **Observe** URI to automatically convert it into a hosted repository. **Push to Empty Repository**: Create an activate an empty repository, then push -all of your changes to empty the repository. +all of your changes to the empty repository. In Git and Mercurial, you can do this with `git push` or `hg push`.