From d5c24ea2b176a4ca3e7595c59d609f51172277f2 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 10 Feb 2014 21:51:06 -0500 Subject: fix typo --- docs/DesignDocument.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()`. -- cgit v1.2.3