aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-09-15 13:50:16 -0700
committerChris Rebert <[email protected]>2015-09-15 13:50:16 -0700
commit3c4b61583f06ce4b7a6138e301596bd3249c6220 (patch)
tree52d6e1d99f5d6105cfcb2dc5a29e9af379d3df11
parent87308ba2f6960ba7b5d630cd3aaf19b304df6b5c (diff)
parentcf965734cdfc5fb49255591b4a9c6eaee439c85c (diff)
downloadbootstrap-3c4b61583f06ce4b7a6138e301596bd3249c6220.tar.xz
bootstrap-3c4b61583f06ce4b7a6138e301596bd3249c6220.zip
Merge pull request #17608 from rtack/patch-1
grammar. you're your way --> you're on your way
-rw-r--r--docs/getting-started/introduction.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md
index 06ac547a2..8862754b8 100644
--- a/docs/getting-started/introduction.md
+++ b/docs/getting-started/introduction.md
@@ -31,7 +31,7 @@ Add our JavaScript plugins and jQuery near the end of your pages, right before t
<script src="{{ site.cdn.js }}"></script>
{% endhighlight %}
-And that's it—you're your way to a fully Bootstrapped site. If you're at all unsure about the general page structure, keep reading for an example page template.
+And that's it—you're on your way to a fully Bootstrapped site. If you're at all unsure about the general page structure, keep reading for an example page template.
## Starter template