aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/document/origin/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/document/origin/index.md')
-rw-r--r--files/fr/web/api/document/origin/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/document/origin/index.md b/files/fr/web/api/document/origin/index.md
index 326c3eef82..b2a08c557c 100644
--- a/files/fr/web/api/document/origin/index.md
+++ b/files/fr/web/api/document/origin/index.md
@@ -11,7 +11,7 @@ translation_of: Web/API/Document/origin
---
{{APIRef("DOM")}}{{SeeCompatTable}}
-La propriété en lecture seule **`Document.origin`** renvoie l'origine du document. Dans la plupart des cas, cette propriété est équivalente à  `document.defaultView.location.origin`.
+La propriété en lecture seule **`Document.origin`** renvoie l'origine du document. Dans la plupart des cas, cette propriété est équivalente à `document.defaultView.location.origin`.
## Exemples