From 1dc3d721e3b43d4ddaa52e0c3f6ffb81ec2088ed Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Mon, 2 Aug 2021 18:03:13 -0400 Subject: remove link 'title' attributes that's just the 'href' (pt-br, part 5) (#1849) --- .../web/javascript/reference/global_objects/string/strike/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/pt-br/web/javascript/reference/global_objects/string/strike') diff --git a/files/pt-br/web/javascript/reference/global_objects/string/strike/index.html b/files/pt-br/web/javascript/reference/global_objects/string/strike/index.html index f31835a701..890938382b 100644 --- a/files/pt-br/web/javascript/reference/global_objects/string/strike/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/string/strike/index.html @@ -12,7 +12,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/strike ---
{{JSRef}} {{deprecated_header}}
-

O método strike() cria um elemento HTML <strike> que faz com que uma string seja exibida com o texto riscado.

+

O método strike() cria um elemento HTML <strike> que faz com que uma string seja exibida com o texto riscado.

Sintaxe

@@ -20,7 +20,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/strike

Valor retornado

-

Uma string contendo um elemento HTML <strike>.

+

Uma string contendo um elemento HTML <strike>.

Descrição

-- cgit v1.2.3-54-g00ecf