aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-08-12 19:01:12 +0200
committerLoïc Hoguin <[email protected]>2014-08-12 19:01:12 +0200
commitef0ec7932217cd6c5e7d8aa642feb161908c543e (patch)
tree8bde0755c685bc0bf427cf293d4bd49e2a1052c8 /doc
parent2928456ae817f820918a3fd5ac963e7368a94fe5 (diff)
downloadcowboy-ef0ec7932217cd6c5e7d8aa642feb161908c543e.tar.gz
cowboy-ef0ec7932217cd6c5e7d8aa642feb161908c543e.tar.bz2
cowboy-ef0ec7932217cd6c5e7d8aa642feb161908c543e.zip
Fix incorrect type in cowboy_static manual
Diffstat (limited to 'doc')
-rw-r--r--doc/src/manual/cowboy_static.ezdoc4
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.