@@ -3202,7 +3202,7 @@ The <dfn method for=IDBObjectStore>getAll(|query|, |count|)</dfn> method steps a
3202
3202
3203
3203
<aside class=note>
3204
3204
The |query| parameter can be a [=/key=] or [=/key range=] (an {{IDBKeyRange}} )
3205
- identifying the [=object-store/records=] to be retrieved. If null or not given,
3205
+ identifying the [=object-store/record=] values to be retrieved. If null or not given,
3206
3206
an [=unbounded key range=] is used. If |count| is specified and
3207
3207
there are more than |count| records in range, only the first |count|
3208
3208
will be retrieved.
@@ -3870,7 +3870,7 @@ The <dfn method for=IDBIndex>getAll(|query|, |count|)</dfn> method steps are:
3870
3870
3871
3871
<aside class=note>
3872
3872
The |query| parameter can be a [=/key=] or [=/key range=] (an {{IDBKeyRange}} )
3873
- identifying the [=object-store/records=] to be retrieved. If null or not given,
3873
+ identifying the [=object-store/record=] keys to be retrieved. If null or not given,
3874
3874
an [=unbounded key range=] is used. If |count| is specified and
3875
3875
there are more than |count| records in range, only the first |count|
3876
3876
will be retrieved.
@@ -5151,7 +5151,7 @@ To <dfn>commit a transaction</dfn> with the |transaction| to commit, run these s
5151
5151
<aside class=note>
5152
5152
Even if an exception is thrown from one of the event handlers of
5153
5153
this event, the transaction is still committed since writing the
5154
- database changes happens before the event takes places . Only
5154
+ database changes happens before the event takes place . Only
5155
5155
after the transaction has been successfully written is the
5156
5156
{{IDBTransaction/complete!!event}} event fired.
5157
5157
</aside>
0 commit comments