diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-01-19 13:28:46 +0000 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-01-19 13:28:46 +0000 |
commit | e5fea5308de6e47e9ed0b3ce0b23e4041a2bd74e (patch) | |
tree | 6827f2c7921127036e9a140cc1e723b1660ca3ff | |
parent | fe753dad1f696a9fb3ff00639b0e0a0526ee1085 (diff) |
Typo fix
-rw-r--r-- | doc/THEMES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/THEMES.md b/doc/THEMES.md index c2381b61f..a7dd2d31f 100644 --- a/doc/THEMES.md +++ b/doc/THEMES.md @@ -53,7 +53,7 @@ place 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 `alavatelitheme/public/`. This is symlinked from +convention) in at `alavetelitheme/public/`. This is symlinked from the main Rails app -- see `alavetelitheme/install.rb` to see how this happens. |