Skip to content

Commit 6f9dd06

Browse files
authored
Merge pull request #218 from LoganTann/issue171-selectDocs
docs(select): rephrase a sentence in select docs, issue 171
2 parents b529448 + 0e811a2 commit 6f9dd06

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pug/page-contents/select_content.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,7 @@
158158

159159
<div id="initialization" class="scrollspy section">
160160
<h3 class="header">Initialization</h3>
161-
<p>You must initialize the select element as shown below. In addition, you will need a separate call for any dynamically
162-
generated select elements your page generates.</p>
161+
<p>You must initialize the select element as shown below. In addition, you will need a separate call to init() for any dynamically generated select or any changes to an existing select.</p>
163162

164163
<pre><code class="language-javascript">
165164
document.addEventListener('DOMContentLoaded', function() {

0 commit comments

Comments
 (0)