From bfe1a2c9c8c1c3c57ec2b7761fa0f5010a5a9c89 Mon Sep 17 00:00:00 2001 From: Sorawee Porncharoenwase Date: Thu, 22 Nov 2018 23:13:59 -0800 Subject: [PATCH] Fix typos in the documentation --- pollen/scribblings/setup.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen/scribblings/setup.scrbl b/pollen/scribblings/setup.scrbl index 813363a..88da478 100644 --- a/pollen/scribblings/setup.scrbl +++ b/pollen/scribblings/setup.scrbl @@ -162,7 +162,7 @@ I mean @italic{parameters} in the Racket sense, i.e. values that can be fed to @ A parameter that sets the HTTP port for the project server.} -@defparam[current-project-root port path?]{ +@defparam[current-project-root path path?]{ A parameter that holds the root directory of the current project (e.g., the directory where you launched @code{raco pollen start}).}