diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-06 21:55:26 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-06 21:55:26 +0000 |
commit | 736d2e14bb46172171056de21d01f959514700c3 (patch) | |
tree | 65428174411e967dbc02bb9814e2b69912bc8bf6 | |
parent | 4bd97415afcfa4c48c95e875ca9b4a73e1178030 (diff) | |
download | ikiwiki-736d2e14bb46172171056de21d01f959514700c3.tar ikiwiki-736d2e14bb46172171056de21d01f959514700c3.tar.gz |
web commit by JoshTriplett: Typo fix.
-rw-r--r-- | doc/tips/issue_tracking.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/issue_tracking.mdwn b/doc/tips/issue_tracking.mdwn index 787f698a5..c6104de70 100644 --- a/doc/tips/issue_tracking.mdwn +++ b/doc/tips/issue_tracking.mdwn @@ -18,7 +18,7 @@ described by the term "wiki compiler". Just as a typical software project consists of source code that is stored in revision control and compiled with `make` and `gcc`, an ikiwiki-based wiki is stored as -human editable source in a revision control system, +human-editable source in a revision control system, and built into HTML using ikiwiki. Ikiwiki uses your revision control system to track |