Skip to content

Commit cc040bf

Browse files
committed
use "water" as a more general search term in examples
1 parent 3e48634 commit cc040bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

complete.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h1>Complete User Interface Example</h1>
2121
rel="noopener">Zotero-JavaScript-Search-Client</a> example
2222
shows all possible user interface items. It also shows
2323
the URL with parameters sent to the Zotero API.</p>
24-
<p>Enter a search term, e.g., groundwater. The user or group with ID <span id="displayId">(not set)</span> will be
24+
<p>Enter a search term, e.g., water. The user or group with ID <span id="displayId">(not set)</span> will be
2525
searched.</p>
2626
<form id="zoteroSearchForm" name="zoteroSearchForm">
2727
<input type="hidden" id="sort" name="sort" value="date">

minimal.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h1>Minimal User Interface Example</h1>
2121
rel="noopener">Zotero-JavaScript-Search-Client</a> example does not include elements for letting the user
2222
filter by
2323
item type or sorting results. It also does not display the search URL.</p>
24-
<p>Enter a search term, e.g., groundwater. The user or group with ID <span id="displayId">(not set)</span> will be
24+
<p>Enter a search term, e.g., water. The user or group with ID <span id="displayId">(not set)</span> will be
2525
searched.</p>
2626
<form id="zoteroSearchForm" name="zoteroSearchForm">
2727
<input class="search-input" name="q" placeholder="Enter search term" type="text">

0 commit comments

Comments
 (0)