From 0a025f328141b5f98a8f1d9635510433783d08e4 Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Tue, 3 Aug 2021 07:54:02 +0200 Subject: Fix other h2m unhandled (#1863) * Fixes some elements per Will's review * Remove useless spans from rich text copy in Kuma --- .../web/javascript/reference/errors/cant_assign_to_property/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/fr/web/javascript/reference/errors') diff --git a/files/fr/web/javascript/reference/errors/cant_assign_to_property/index.html b/files/fr/web/javascript/reference/errors/cant_assign_to_property/index.html index ded05f9d44..29b72aaa47 100644 --- a/files/fr/web/javascript/reference/errors/cant_assign_to_property/index.html +++ b/files/fr/web/javascript/reference/errors/cant_assign_to_property/index.html @@ -35,7 +35,7 @@ TypeError: Cannot create property 'x' on {y} (Chrome) var foo = "my string"; // The following line does nothing if not in strict mode. -foo.bar = {}; // TypeError: can't assign to property "bar" on "my string": not an object +foo.bar = {}; // TypeError: can't assign to property "bar" on "my string": not an object

Exemple valide

-- cgit v1.2.3-54-g00ecf