From 34b5f0d3fe490335dc81256059fa298489b1615a Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Mon, 19 Sep 2016 17:40:13 -0700 Subject: [PATCH] update docs --- pretty_writing_router.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pretty_writing_router.go b/pretty_writing_router.go index 28df3f0..66cbcc3 100644 --- a/pretty_writing_router.go +++ b/pretty_writing_router.go @@ -24,7 +24,7 @@ func NewPrettyWritingRouter(writer io.Writer) *PrettyWritingRouter { // the log it was give (including COLORS!) to the writer it was // given when it was created. // -// A PrettyWritingRouter is appropriate for a deployment (i.e., "DEV") +// A PrettyWritingRouter is appropriate for a development (i.e., "DEV") // deployment enviornment. (And probably not appropriate a production // (i.e., "PROD") deployment environment.) type PrettyWritingRouter struct {