From 8b70dc170ac49ca54c973d486539437133454f56 Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Fri, 14 Jul 2023 10:39:34 -0700 Subject: [PATCH] es: Replace smart quotes (#14215) * es: Replace smart quotes --- files/es/glossary/whitespace/index.md | 2 +- .../thinking_before_coding/index.md | 2 +- .../how_much_does_it_cost/index.md | 6 ++-- .../how_does_the_internet_work/index.md | 2 +- .../index.md | 2 +- .../what_is_a_domain_name/index.md | 4 +-- .../selectors/attribute_selectors/index.md | 2 +- .../index.md | 2 +- .../building_blocks/looping_code/index.md | 2 +- .../server-side/django/introduction/index.md | 2 +- .../your_second_webextension/index.md | 2 +- files/es/web/api/cachestorage/index.md | 2 +- files/es/web/api/server-sent_events/index.md | 6 ++-- files/es/web/css/caret-color/index.md | 2 +- .../box_alignment_in_grid_layout/index.md | 2 +- .../index.md | 2 +- files/es/web/css/css_motion_path/index.md | 2 +- files/es/web/css/filter/index.md | 2 +- files/es/web/html/element/ol/index.md | 2 +- files/es/web/html/global_attributes/index.md | 2 +- files/es/web/html/microdata/index.md | 30 +++++++++---------- .../web/http/headers/cache-control/index.md | 4 +-- .../headers/content-security-policy/index.md | 2 +- files/es/web/http/headers/referer/index.md | 2 +- .../global_objects/array/isarray/index.md | 2 +- .../global_objects/array/slice/index.md | 2 +- .../array/tolocalestring/index.md | 2 +- .../global_objects/number/min_value/index.md | 2 +- .../object/defineproperty/index.md | 2 +- .../reference/operators/remainder/index.md | 2 +- .../operators/spread_syntax/index.md | 2 +- .../es/web/performance/fundamentals/index.md | 6 ++-- files/es/webassembly/concepts/index.md | 2 +- 33 files changed, 55 insertions(+), 55 deletions(-) diff --git a/files/es/glossary/whitespace/index.md b/files/es/glossary/whitespace/index.md index b970388efcd328..6273d159b6bf51 100644 --- a/files/es/glossary/whitespace/index.md +++ b/files/es/glossary/whitespace/index.md @@ -12,7 +12,7 @@ La [_HTML Living Standard_](https://html.spec.whatwg.org/) especifica 5 caracter ## En JavaScript -La [especificación del lenguaje ECMAScript® 2015](https://www.ecma-international.org/ecma-262/6.0/#sec-white-space) establece varios puntos de código Unicode como espacio en blanco: `U+0009` CARACTERES de TABULACIÓN \, `U+000B` TABULACIÓN DE LÍNEA \, `U+000C` FORM FEED \, `U+0020` ESPACIO \, `U+00A0` ESPACIO SIN ROTURA \, `U+FEFF` ANCHO CERO NO -BREAK SPACE \ y otra categoría “Zs” Cualquier otro punto de código Unicode “Separador, espacio” \. Estos caracteres suelen ser innecesarios para la funcionalidad del código. +La [especificación del lenguaje ECMAScript® 2015](https://www.ecma-international.org/ecma-262/6.0/#sec-white-space) establece varios puntos de código Unicode como espacio en blanco: `U+0009` CARACTERES de TABULACIÓN \, `U+000B` TABULACIÓN DE LÍNEA \, `U+000C` FORM FEED \, `U+0020` ESPACIO \, `U+00A0` ESPACIO SIN ROTURA \, `U+FEFF` ANCHO CERO NO -BREAK SPACE \ y otra categoría "Zs" Cualquier otro punto de código Unicode "Separador, espacio" \. Estos caracteres suelen ser innecesarios para la funcionalidad del código.