Skip to content

Commit 0af7454

Browse files
authored
Docs: fix missing start of code comment in config example (CrunchyData#118)
This commit adds the missing comment markup and makes the comment match similar configs in the code base, like e.g. README.md or config/pg_tileserv.toml.example.
1 parent 50e7fcc commit 0af7454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hugo/content/installation/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,6 @@ DefaultMinZoom = 0
136136
DefaultMaxZoom = 22
137137
# Allow any page to consume these tiles
138138
CORSOrigins = *
139-
tra logging information?
139+
# Output extra logging information?
140140
Debug = false
141141
```

0 commit comments

Comments
 (0)