Skip to content

Commit 3c063a7

Browse files
committed
Merge pull request #2 from pbu88/fixes_configration_typo
Fixes typo in Configuration section @pbu88
2 parents ee2d75a + 8346792 commit 3c063a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Then we can reference it in nginx.conf
240240

241241
```nginx
242242
location /myClojure {
243-
content_ handler_type 'clojure';
243+
content_handler_type 'clojure';
244244
content_handler_name 'my.hello/hello-world';
245245
}
246246
```

0 commit comments

Comments
 (0)