changeset 450:cdbc92f4e7d0

quickstart: technically, a directory is a file, but let's be more specific
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 28 Mar 2016 17:07:17 +0800
parents 634c8c450e9d
children c4c375ddd137
files templates/quickstart/index.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/templates/quickstart/index.html	Wed Mar 23 14:01:24 2016 +0800
+++ b/templates/quickstart/index.html	Mon Mar 28 17:07:17 2016 +0800
@@ -28,7 +28,7 @@
 <p>Even if you stick to these basics, Mercurial is quite powerful. And they are very easy to
 use, once you see the model behind them: Each repository has the whole history, and history is
 not necessarily linear (part 2 explains that model in a bit more detail). All that history is
-stored in the ".hg" file inside the top-level folder of your project.</p>
+stored in the ".hg" directory inside the top-level folder of your project.</p>
 <p>A quick overview of the basic commands: </p>
 <ul>
 <li>hg init: create a new repository