summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTakeru Naito <takeru.naito@gmail.com>2015-12-01 16:07:43 +0900
committerAnthony Fok <foka@debian.org>2015-12-01 00:13:48 -0700
commitc5e68ba197d5f467e213447faa10e8bb72580cea (patch)
tree514aeebb53ee8dd133d07aa21fbb9903a46db0e1 /docs
parent91771ee3b653ba6e9556553d8cfb112e07e71be9 (diff)
Fix typo in "Creating a New Theme"
the the skeleton's -> the theme skeleton's
Diffstat (limited to 'docs')
-rw-r--r--docs/content/tutorials/creating-a-new-theme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorials/creating-a-new-theme.md b/docs/content/tutorials/creating-a-new-theme.md
index 78e82528e..88e686d06 100644
--- a/docs/content/tutorials/creating-a-new-theme.md
+++ b/docs/content/tutorials/creating-a-new-theme.md
@@ -281,7 +281,7 @@ The skeleton includes templates (the files ending in `.html`), license file, a d
When you're creating a real theme, please remember to fill out the `theme.toml` and `LICENSE.md` files. They're optional, but if you're going to be distributing your theme, it tells the world who to praise (or blame). It's also nice to declare the license so that people will know how they can use the theme.
-Note that the the skeleton's template files are empty. Don't worry, we'll be changing that shortly.
+Note that the theme skeleton's template files are empty. Don't worry, we'll be changing that shortly.
```bash
$ find themes/zafta -name '*.html' | xargs ls -l