Skip to content

Commit

Permalink
Fix a small error in the REST part of the guide
Browse files Browse the repository at this point in the history
  • Loading branch information
essen committed Apr 26, 2013
1 parent ed29c0f commit 9a7d606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/rest_handlers.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ empty column means there is no default value for this callback.

| Callback name | Default value |
| ---------------------- | ------------------------- |
| allowed_methods | `[<<"GET">>, <<"HEAD">>]` |
| allowed_methods | `[<<"GET">>, <<"HEAD">>, <<"OPTIONS">>]` |
| allow_missing_post | `true` |
| charsets_provided | skip |
| content_types_accepted | |
Expand Down

0 comments on commit 9a7d606

Please sign in to comment.