Skip to content

Commit d3386eb

Browse files
committed
polish
1 parent ab2505e commit d3386eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/API.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ <h3 id="text-search">Text Search</h3>
587587
<span class="ind1">headers:{</span>
588588
<span class="ind2">"Content-Type": "application/json; charset=utf-8"</span>
589589
<span class="ind1">},</span>
590-
<span class="ind1">body: JSON.stringify("lorem ipsum")</span>
590+
<span class="ind1">body: "lorem ipsum"</span>
591591
<span>})</span>
592592
<span>.then(resp => resp.json())</span>
593593
<span>.catch(err => {throw err})</span>

0 commit comments

Comments
 (0)