aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/event/istrusted/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/event/istrusted/index.html')
-rw-r--r--files/fr/web/api/event/istrusted/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/event/istrusted/index.html b/files/fr/web/api/event/istrusted/index.html
index 65df2eb716..0267223d10 100644
--- a/files/fr/web/api/event/istrusted/index.html
+++ b/files/fr/web/api/event/istrusted/index.html
@@ -13,7 +13,7 @@ translation_of: Web/API/Event/isTrusted
<p>La propriété en lecture seule isTrusted, de l'interface {{domxref("Event")}}, est un booléen qui vaut true lorsque l'événement est généré par une action de l'utilisateur, et false, quand l'événement est créé ou modifié par un script ou envoyé par dispatchEvent.</p>
-<h2 id="Syntax" name="Syntax">Syntaxe</h2>
+<h2 id="Syntax">Syntaxe</h2>
<pre class="syntaxbox">var bool = event.isTrusted;
</pre>