Skip to content

Commit ce9b594

Browse files
committed
Merge pull request #1819 from aerohitk/fix-typo
fix minor typo
2 parents 50ceba2 + 9945c48 commit ce9b594

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/04 Locations/StaticLocation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Used for stateless environments, like servers, where the URL is only
22
given once. If you provide a string for the location of a router, it
3-
will use `StaticLocation`, so you we don't expect you to need to use
3+
will use `StaticLocation`, so we don't expect you to need to use
44
this directly.
55

website/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ <h2 id="fallback-for-browsers-that-don-t-support-it">Fallback for browsers that
748748
that don&#39;t support HTML5 history (IE8).</p>
749749
</div></article><article class="Doc"><h1 class="Heading" id="StaticLocation"><a class="HeadingLink" href="#StaticLocation">StaticLocation</a><span class="CategoryName">Locations</span></h1><div><p>Used for stateless environments, like servers, where the URL is only
750750
given once. If you provide a string for the location of a router, it
751-
will use <code>StaticLocation</code>, so you we don&#39;t expect you to need to use
751+
will use <code>StaticLocation</code>, so we don&#39;t expect you to need to use
752752
this directly.</p>
753753
</div></article><article class="Doc"><h1 class="Heading" id="TestLocation"><a class="HeadingLink" href="#TestLocation">TestLocation</a><span class="CategoryName">Locations</span></h1><div><p>Useful for testing your app. Check out the tests in the git repo to see
754754
how its used (more docs soon? PRs welcome after you figure it out!)</p>

0 commit comments

Comments
 (0)