summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-02-10 21:51:06 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-02-10 21:51:06 -0500
commitd5c24ea2b176a4ca3e7595c59d609f51172277f2 (patch)
tree8e16c3ba30d93b39dabab5d26a146844fa66c2c2
parent55817f3a77086894707758a9db50be1c88529f9b (diff)
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 7f12c66..576d8b2 100644
--- a/docs/DesignDocument.md
+++ b/docs/DesignDocument.md
@@ -151,7 +151,7 @@ layouts/application.html (abstract)
`UserController#new()`. If a user is logged in, it displays a
logout button that causes a POST to `LoginController#logout()`.
It may contain an alert box of recent alerts submitted by a
- tournament host. It contains a searc form that is POSTed to
+ tournament host. It contains a search form that is POSTed to
`SearchController#show_results`. If the user is authorized to
publish alerts, it also contains a button that causes the browser
to GET `MessagesController#new_alert()`.