Browse Source

Fix incorrect type in cowboy_static manual

Loïc Hoguin 11 years ago
parent
commit
ef0ec79322
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/src/manual/cowboy_static.ezdoc

+ 2 - 2
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.