Author: lyalyakin
Date: Mon Nov 20 15:01:11 2017
New Revision: 1815814
URL: http://svn.apache.org/viewvc?rev=1815814&view=rev
Log:
* staging/quick-start.html
(#setting-up-a-local-repo): Change "file:// schema" to "file:// scheme".
They are URL "schemes"; not "schemas".
Modified:
subversion/site/staging/quick-start.html
Modified: subversion/site/staging/quick-start.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/quick-start.html?rev=1815814&r1=1815813&r2=1815814&view=diff
==============================================================================
--- subversion/site/staging/quick-start.html (original)
+++ subversion/site/staging/quick-start.html Mon Nov 20 15:01:11 2017
@@ -411,7 +411,7 @@ $ svn copy https://example.com/MyRepo/tr
</h2>
<p>You can create a Subversion repository on your computer and use
-<tt>file://</tt> schema to interact with it locally. This approach can help
+<tt>file://</tt> scheme to interact with it locally. This approach can help
you use Subversion locally to track personal files and single-person
projects.</p>