Skip to content

Commit

Permalink
fix a typo (mdn#33579)
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar authored May 13, 2024
1 parent 2ef36a6 commit 80ed761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/idbdatabase/transaction/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ transaction(storeNames, mode, options)
This is recommended where the risk of data loss outweighs the impact of its use on performance and power (compared to `relaxed`).
- `"relaxed"`
- : The user agent may consider that the transaction has successfully committed as soon as all outstanding changes have been written to the operating system, without subsequent verification.
This offers better performance than `scrict`, and is recommended for ephemeral data such as caches or quickly changing records.
This offers better performance than `strict`, and is recommended for ephemeral data such as caches or quickly changing records.
- `"default"`
- : The user agent should use its default durability behavior for the storage bucket.
This is the default for transactions if not otherwise specified.
Expand Down

0 comments on commit 80ed761

Please sign in to comment.