Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 4736eb6

Browse files
authored
Grammar
1 parent c8ca071 commit 4736eb6

File tree

1 file changed

+1
-1
lines changed
  • src/guides/v2.3/javascript-dev-guide/javascript

1 file changed

+1
-1
lines changed

src/guides/v2.3/javascript-dev-guide/javascript/js_init.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ require([
135135
136136
## Calling JS components requiring initialization in JS files {#js_widget_init}
137137
138-
To call a widget in JS code, use a notation similar to the following ([accordion]({{ page.baseurl }}/javascript-dev-guide/widgets/widget_accordion.html) widget is initialized on the `[data-role=example]` element as illustration):
138+
To call a widget with JS code, use a notation similar to the ([accordion]({{ page.baseurl }}/javascript-dev-guide/widgets/widget_accordion.html) widget. It is initialized on the `[data-role=example]` element as below):
139139
140140
```javascript
141141
$('[data-role=example]').accordion();

0 commit comments

Comments
 (0)