Skip to content
This repository has been archived by the owner on Apr 2, 2018. It is now read-only.

Fix createDesignDoc to be createDesignDocument #11

Merged
merged 1 commit into from Apr 4, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/reference/map-reduce-queries.rst
Expand Up @@ -20,7 +20,7 @@ design document in the database:
$view = new FolderDesignDocument("path/to/app/couchdb");
$designDocJson = $view->getData();

$couchClient->createDesignDoc("myapp", $view);
$couchClient->createDesignDocument("myapp", $view);

If the directory structure now looked like the following:

Expand Down