From a29b4738965dcdcd73457d3201473a1484bcd796 Mon Sep 17 00:00:00 2001 From: Tim Condit Date: Tue, 28 May 2019 08:38:05 -0700 Subject: [PATCH] Remove extra word (#200) --- pollen/scribblings/quick.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen/scribblings/quick.scrbl b/pollen/scribblings/quick.scrbl index e84f67c..db8f0de 100644 --- a/pollen/scribblings/quick.scrbl +++ b/pollen/scribblings/quick.scrbl @@ -341,7 +341,7 @@ Pollen source files that are written in an authoring mode (i.e., @filepath{.pmd} When it needs a template, Pollen first looks for a file in the project directory named @filepath{template.[output extension of source]}. Thus, for @filepath{uptown.html.pm}, the output extension will be @filepath{.html}, and Pollen will first look for @filepath{template.html}. -So let's create @filepath{template.html}. Make a new file that with the following lines and save it to the same directory as @filepath{uptown.html.pm}: +So let's create @filepath{template.html}. Make a new file with the following lines and save it to the same directory as @filepath{uptown.html.pm}: @fileblock["template.html" @codeblock{