Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong type fix fixed #493

Merged
merged 1 commit into from Sep 27, 2013
Merged
Show file tree
Hide file tree
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 editions/1/de/design.html
Expand Up @@ -110,7 +110,7 @@ <h3 id="basic">Ein einfaches Design Dokument</h3>

<pre>
curl -X PUT http://127.0.0.1:5984/basic
curl -X PUT http://127.0.0.1:5984/basic/_design/example -data-binarymydesign.json
curl -X PUT http://127.0.0.1:5984/basic/_design/example -data-binary @mydesign.json
</pre>

<p>Nach dem zweiten Request sollte eine Antwort wie die Folgende zu sehen sein:
Expand Down
2 changes: 1 addition & 1 deletion editions/1/es/design.html
Expand Up @@ -109,7 +109,7 @@ <h3 id="basic">A Basic Design Document</h3>

<pre>
curl -X PUT http://127.0.0.1:5984/basic
curl -X PUT http://127.0.0.1:5984/basic/_design/example -data-binarymydesign.json
curl -X PUT http://127.0.0.1:5984/basic/_design/example -data-binary @mydesign.json
</pre>

<p>From the second request, you should see a response like:
Expand Down
2 changes: 1 addition & 1 deletion editions/1/fr/design.html
Expand Up @@ -109,7 +109,7 @@ <h3 id="basic">A Basic Design Document</h3>

<pre>
curl -X PUT http://127.0.0.1:5984/basic
curl -X PUT http://127.0.0.1:5984/basic/_design/example -data-binarymydesign.json
curl -X PUT http://127.0.0.1:5984/basic/_design/example -data-binary @mydesign.json
</pre>

<p>From the second request, you should see a response like:
Expand Down