diff --git a/lib/Dancer2/Cookbook.pod b/lib/Dancer2/Cookbook.pod index a26f6e3ce..e60fe7728 100644 --- a/lib/Dancer2/Cookbook.pod +++ b/lib/Dancer2/Cookbook.pod @@ -70,7 +70,7 @@ Then you can set up the template like so: For simple "static" pages you can simply enable the C config setting; this means you don't need to declare a route handler for those pages; if a request is for C, Dancer2 will check for a matching -view (e.g. C and render it with the default layout, if +view (e.g. C) and render it with the default layout, if found. For full details, see the documentation for the L.