aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-09-11 15:35:14 +0100
committerLouise Crow <louise.crow@gmail.com>2013-09-11 15:35:14 +0100
commitf98ea06ebdd338ad9d42048476538681a8f8aa61 (patch)
treeeca3a7e0759cd258c5275ecfb3279b843132c7ae
parent1336bf24bbca504e45480ea1b53eb1efca0f8e40 (diff)
Fix typo.
-rw-r--r--doc/THEMES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/THEMES.md b/doc/THEMES.md
index bae7d7665..d6109cdc5 100644
--- a/doc/THEMES.md
+++ b/doc/THEMES.md
@@ -64,7 +64,7 @@ add custom help pages, as described below.
# Branding the site
The core templates that comprise the layout and user interface of an
-Alaveteli site live in `app/views/`. They are use Rails' ERB syntax.
+Alaveteli site live in `app/views/`. They use Rails' ERB syntax.
For example, the template for the home page lives at
`app/views/general/frontpage.html.erb`, and the template for the "about
us" page is at `app/views/help/about.html.erb`.