From ef0ec7932217cd6c5e7d8aa642feb161908c543e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 12 Aug 2014 19:01:12 +0200 Subject: Fix incorrect type in cowboy_static manual --- doc/src/manual/cowboy_static.ezdoc | 4 ++-- 1 file 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. -- cgit v1.2.3