From 5619eb75de9672cde9a22d13ef49815ebd6f8164 Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Mon, 3 Jan 2022 20:02:03 +0100 Subject: Fix notes and warnings cards where a space was missing (#3282) --- files/fr/web/api/idbdatabase/transaction/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/fr/web/api/idbdatabase/transaction/index.md') 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 -- cgit v1.2.3-54-g00ecf