Skip to content

Commit 1fb2b95

Browse files
committed
fix README.rst
1 parent d34e43d commit 1fb2b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Define URL for the view in #3.
172172
Define the Bootstrap modal window and html element triggering modal opening.
173173

174174
- **Single modal** can be used for multiple ``modalForms`` in single template (see #6).
175-
- When using **multiple modals** on the same page each modal should have unique ``id`` and the same value should also be set as ``modalID`` option when instantiating ``modalForm``on trigger element.
175+
- When using **multiple modals** on the same page each modal should have unique ``id`` and the same value should also be set as ``modalID`` option when instantiating ``modalForm`` on trigger element.
176176
- Trigger element (in this example button with ``id="create-book"``) is used for instantiation of ``modalForm`` in #6.
177177
- Any element can be trigger element as long as ``modalForm`` is bound to it.
178178
- Click event on trigger element loads form's html from #2 within ``<div class="modal-content"></div>`` and sets action attribute of the form to ``formURL`` set in #6.

0 commit comments

Comments
 (0)