Skip to content

Commit 4d59f8c

Browse files
[update] 'datastore' article
Modernizes the documentation
1 parent 84ae9d6 commit 4d59f8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/api/gantt_datastore_other.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ const items = store.getItems();
572572
~~~
573573
<br>
574574
<br>
575-
<i>The twin of datastore.getItems() is
575+
<i>The twins of datastore.getItems() are
576576
<a href="api/gantt_gettaskbytime.md">gantt.getTaskByTime()</a> and
577577
<a href="api/gantt_getlinks.md">gantt.getLinks()</a>.
578578
</i>
@@ -844,7 +844,7 @@ store.attachEvent("onParse", () => {
844844

845845
<ul id="onParse">
846846
<li>
847-
<b class=eventname>onParse (data)</b> — fires after data were parsed (became available for API) but before they were rendered in the Gantt chart
847+
<b class=eventname>onParse (data)</b> — fires after data have been parsed (became available for API) but before they are rendered in the Gantt chart
848848
<ul>
849849
<li><b><i>data</i></b> — (<i>Array &lt;any&gt;</i>) — the array with the data that was loaded</li>
850850
</ul>

0 commit comments

Comments
 (0)