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

Commit

Permalink
Merge pull request #11 from treffynnon/patch-1
Browse files Browse the repository at this point in the history
Fix `createDesignDoc` to be `createDesignDocument`
  • Loading branch information
lsmith77 committed Apr 4, 2012
2 parents 20bcbc8 + 7309358 commit ee8088a
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit ee8088a

Please sign in to comment.