diff --git a/pug/page-contents/select_content.html b/pug/page-contents/select_content.html index 91396cafb6..76e0786804 100644 --- a/pug/page-contents/select_content.html +++ b/pug/page-contents/select_content.html @@ -158,8 +158,7 @@

Initialization

-

You must initialize the select element as shown below. In addition, you will need a separate call for any dynamically - generated select elements your page generates.

+

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.


   document.addEventListener('DOMContentLoaded', function() {