diff options
author | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2022-01-03 20:02:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-03 20:02:03 +0100 |
commit | 5619eb75de9672cde9a22d13ef49815ebd6f8164 (patch) | |
tree | 0db26a30bd9839ccb06afb267595f7946d84ef08 /files/fr/web/api/idbdatabase/transaction/index.md | |
parent | b28c6063d1f1a232760e10feae803f83bac0131c (diff) | |
download | translated-content-5619eb75de9672cde9a22d13ef49815ebd6f8164.tar.gz translated-content-5619eb75de9672cde9a22d13ef49815ebd6f8164.tar.bz2 translated-content-5619eb75de9672cde9a22d13ef49815ebd6f8164.zip |
Fix notes and warnings cards where a space was missing (#3282)
Diffstat (limited to 'files/fr/web/api/idbdatabase/transaction/index.md')
-rw-r--r-- | files/fr/web/api/idbdatabase/transaction/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/idbdatabase/transaction/index.md b/files/fr/web/api/idbdatabase/transaction/index.md index 06fa78ba1b..a58db4d79d 100644 --- a/files/fr/web/api/idbdatabase/transaction/index.md +++ b/files/fr/web/api/idbdatabase/transaction/index.md @@ -170,7 +170,7 @@ var objectStore = transaction.objectStore("toDoList"); // etc. ``` -> **Note :**Pour un exemple de travail complet, voir notre [To-do Notifications](https://github.com/mdn/to-do-notifications/) app ([view example live](http://mdn.github.io/to-do-notifications/)). +> **Note :** Pour un exemple de travail complet, voir notre [To-do Notifications](https://github.com/mdn/to-do-notifications/) app ([view example live](http://mdn.github.io/to-do-notifications/)). ## Spécification |