[w3c/IndexedDB] Upgrade transaction abort text (#186)

I believe this statement in reference to aborting an upgrade transaction:

> The steps are run after the normal steps to abort a transaction, which revert changes to the database including the set of associated object stores and indexes, as well as the change to the version.

should instead state (with changes in bold):

> The steps are run after the **first step of aborting** a transaction, which revert changes to the database including the set of associated object stores and indexes, as well as the change to the version.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/186

Received on Friday, 31 March 2017 11:59:33 UTC