From fa43f45e18a3efd55c542906aa24ebed87ced739 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Mon, 8 Dec 2014 13:09:31 +0000 Subject: [PATCH] FIx typo Thanks again @BramChen! --- .../tiddlers/howtos/Generating Static Sites with TiddlyWiki.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/howtos/Generating Static Sites with TiddlyWiki.tid b/editions/tw5.com/tiddlers/howtos/Generating Static Sites with TiddlyWiki.tid index d9382acad..f9d56e943 100644 --- a/editions/tw5.com/tiddlers/howtos/Generating Static Sites with TiddlyWiki.tid +++ b/editions/tw5.com/tiddlers/howtos/Generating Static Sites with TiddlyWiki.tid @@ -20,7 +20,7 @@ The following commands are used to generate the sample static version of the Tid --rendertiddler $:/core/templates/static.template.css static/static.css text/plain ``` -The first RenderTiddlersCommand generates the HTML representations of individual tiddlers, the third RenderTiddlerCommand saves the static version of the DefaultTiddlers, and the third saves the stylesheet. (All the files are placed in the `output` folder of the wiki folder). +The first RenderTiddlersCommand generates the HTML representations of individual tiddlers, the second RenderTiddlerCommand saves the static version of the DefaultTiddlers, and the final RenderTiddlerCommand saves the stylesheet. (All the files are placed in the `output` folder of the wiki folder). ! Wiki Snapshot with Internal Links