summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-02-10 14:10:57 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-02-10 14:10:57 -0500
commitb2cf6249063987e74e0742935a90b6ed6de9ac8e (patch)
treeb9878989f6b7923b6c56a0e63b70ae4149b18009
parent74a88fba1be5c17360de55772ecaab3afaef1e02 (diff)
DesignDocument: fix typo
-rw-r--r--docs/DesignDocument.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/DesignDocument.md b/docs/DesignDocument.md
index 4a1cb86..22dc264 100644
--- a/docs/DesignDocument.md
+++ b/docs/DesignDocument.md
@@ -127,7 +127,7 @@ layouts/application.html (abstract)
main/homepage.html
: This page has 3 basic options. Visually simple – two large buttons
on a white screen, and a search bar above them. The search bar
- will cause a POST requeest to the search controller. Log in (which
+ will cause a POST request to the search controller. Log in (which
will cause a POST to the login controller) and “Go to Tournament”
in which you enter a tournament title. This interacts with the
Homepage Controller.