From c57404698a76f159e63c19bc8f42a3d4503d672d Mon Sep 17 00:00:00 2001 From: "Marcelo T. Cortes" Date: Sat, 31 Jul 2021 20:11:53 -0300 Subject: Update index.html (#1825) Typo --- .../web/javascript/reference/global_objects/string/split/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/pt-br/web/javascript/reference/global_objects') diff --git a/files/pt-br/web/javascript/reference/global_objects/string/split/index.html b/files/pt-br/web/javascript/reference/global_objects/string/split/index.html index 80b42f28e0..c6a6f817ac 100644 --- a/files/pt-br/web/javascript/reference/global_objects/string/split/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/string/split/index.html @@ -166,7 +166,7 @@ console.log(splits);

Revertendo uma String usando split()

-

Esta não é a mlehor maneira de reverter uma string:

+

Esta não é a melhor maneira de reverter uma string:

const str = 'asdfghjkl'
 const strReverse = str.split('').reverse().join('')
-- 
cgit v1.2.3-54-g00ecf