aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2012-07-12 12:36:17 +0200
committerLouise Crow <louise.crow@gmail.com>2012-07-12 12:36:17 +0200
commitdc988a0e1b601e5f09168c5bc6778eaf1b534474 (patch)
treec2c9cf7c793c0283bd0fbec181094ec38917fb66
parent39fdae7de23244b47581c197e1d78506aebf5af1 (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 ffdd8f204..e33371df7 100644
--- a/doc/THEMES.md
+++ b/doc/THEMES.md
@@ -85,7 +85,7 @@ instead of the core "about us" file.
Rails expects all its stylesheets to live at `<railshome>/public`,
which presents a problem for plugins. Here's how we solve it: the
stylesheet and associated resources for your theme live (by
-convention) in at `alavetelitheme/public/`. This is symlinked from
+convention) in `alavetelitheme/public/`. This is symlinked from
the main Rails app -- see `alavetelitheme/install.rb` to see how this
happens.