aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/domimplementation/createdocument/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/domimplementation/createdocument/index.md')
-rw-r--r--files/fr/web/api/domimplementation/createdocument/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/domimplementation/createdocument/index.md b/files/fr/web/api/domimplementation/createdocument/index.md
index ff61bff4b8..3e060dbf85 100644
--- a/files/fr/web/api/domimplementation/createdocument/index.md
+++ b/files/fr/web/api/domimplementation/createdocument/index.md
@@ -30,7 +30,7 @@ La méthode **`DOMImplementation.createDocument()`** crée et retourne un {{domx
<!---->
- _documentType_ {{optional_inline}}
- - : Est le [`DocumentType`](/fr/docs/Web/API/DocumentType) du document à créer. Vaut `null `par défaut.
+ - : Est le [`DocumentType`](/fr/docs/Web/API/DocumentType) du document à créer. Vaut `null` par défaut.
<!---->