Skip to content

Commit 8346792

Browse files
author
Paulo Bu
committed
Fixes typo in Configuration section
1 parent ee2d75a commit 8346792

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)