aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-08-11 19:25:47 +0200
committerLoïc Hoguin <[email protected]>2014-08-11 19:25:47 +0200
commit2928456ae817f820918a3fd5ac963e7368a94fe5 (patch)
tree39bc24abd18e9c1efd417f2c6fe55013899bd92f
parent260fc1e60b6cc231e026d0aa28a24bf7dec7539a (diff)
parent428653ab3667bfdeeaefbac08a724eecc56295bb (diff)
downloadcowboy-2928456ae817f820918a3fd5ac963e7368a94fe5.tar.gz
cowboy-2928456ae817f820918a3fd5ac963e7368a94fe5.tar.bz2
cowboy-2928456ae817f820918a3fd5ac963e7368a94fe5.zip
Merge branch 'patch-1' of git://github.com/asabil/cowboy
-rw-r--r--doc/src/guide/rest_flowcharts.ezdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/rest_flowcharts.ezdoc b/doc/src/guide/rest_flowcharts.ezdoc
index 7da3721..cee9cf0 100644
--- a/doc/src/guide/rest_flowcharts.ezdoc
+++ b/doc/src/guide/rest_flowcharts.ezdoc
@@ -158,7 +158,7 @@ Cowboy will check for conflicts and then move on to the
will figure out whether the resource existed previously,
and if so whether it was moved elsewhere. If the resource
is truly non-existent, the method is POST and the call
-for `accept_missing_post` returns `true`, then Cowboy will
+for `allow_missing_post` returns `true`, then Cowboy will
move on to the `content_types_accepted` step. Otherwise
the request processing ends there.