From 8a78bc0b7ad463708679df8654fca9e89aa03b3c Mon Sep 17 00:00:00 2001 From: bleyle Date: Tue, 20 Oct 2015 10:25:25 -0700 Subject: [PATCH] Fixed two typos. --- docs/getting_started.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 07535aadbcf..0505a2aaba1 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -11,7 +11,7 @@ If you are already using Sphinx or Markdown for your docs, skip ahead to Write Your Docs --------------- -You have two options for format for your documentation: +You have two options for formatting your documentation: * :ref:`in-rst` * :ref:`in-markdown` @@ -38,7 +38,7 @@ Run ``sphinx-quickstart`` in there:: $ cd docs $ sphinx-quickstart -This will walk you through creating the basic configuration; in most cases, you +This quick start will walk you through creating the basic configuration; in most cases, you can just accept the defaults. When it's done, you'll have an ``index.rst``, a ``conf.py`` and some other files. Add these to revision control.