diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/manual/cowboy_static.ezdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/manual/cowboy_static.ezdoc b/doc/src/manual/cowboy_static.ezdoc index ee122c1..a827832 100644 --- a/doc/src/manual/cowboy_static.ezdoc +++ b/doc/src/manual/cowboy_static.ezdoc @@ -11,8 +11,8 @@ by using the REST semantics provided by `cowboy_rest`. | {file, string() | binary(), extra()} | {priv_dir, atom(), string() | binary()} | {priv_dir, atom(), string() | binary(), extra()} - | {dir, atom(), string() | binary()} - | {dir, atom(), string() | binary(), extra()} + | {dir, string() | binary()} + | {dir, string() | binary(), extra()} Configuration for the static handler. |