aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/domimplementation/createhtmldocument
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/domimplementation/createhtmldocument')
-rw-r--r--files/fr/web/api/domimplementation/createhtmldocument/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/web/api/domimplementation/createhtmldocument/index.md b/files/fr/web/api/domimplementation/createhtmldocument/index.md
index 05b850a02f..dffa2c45b9 100644
--- a/files/fr/web/api/domimplementation/createhtmldocument/index.md
+++ b/files/fr/web/api/domimplementation/createhtmldocument/index.md
@@ -13,7 +13,7 @@ translation_of: Web/API/DOMImplementation/createHTMLDocument
---
{{ApiRef("DOM")}}{{SeeCompatTable}}
-La méthode **`DOMImplementation.createHTMLDocument()`**  crée un nouveau {{domxref("Document")}} HTML.
+La méthode **`DOMImplementation.createHTMLDocument()`** crée un nouveau {{domxref("Document")}} HTML.
## Syntaxe
@@ -21,7 +21,7 @@ La méthode **`DOMImplementation.createHTMLDocument()`**  crée un nouveau {{do
### Paramètres
-- *title*  {{optional_inline}}  (excepté dans IE)
+- *title* {{optional_inline}} (excepté dans IE)
- : C'est une {{domxref("DOMString")}} qui contient le titre à donner au nouveau document HTML.
## Exemple