aboutsummaryrefslogtreecommitdiff
path: root/files/es/conflicting/tools
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:46:51 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:46:51 +0100
commit8a5554c6fae83e92b10c8dbe5b82108cb44fad6c (patch)
tree616af8137d0e678ad2f9d515b7b68dc1b9738fca /files/es/conflicting/tools
parenta55b575e8089ee6cab7c5c262a7e6db55d0e34d6 (diff)
downloadtranslated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.gz
translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.bz2
translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.zip
unslug es: modify
Diffstat (limited to 'files/es/conflicting/tools')
-rw-r--r--files/es/conflicting/tools/about_colon_debugging/index.html5
-rw-r--r--files/es/conflicting/tools/performance/index.html3
2 files changed, 5 insertions, 3 deletions
diff --git a/files/es/conflicting/tools/about_colon_debugging/index.html b/files/es/conflicting/tools/about_colon_debugging/index.html
index a827b255cb..2fb0a75710 100644
--- a/files/es/conflicting/tools/about_colon_debugging/index.html
+++ b/files/es/conflicting/tools/about_colon_debugging/index.html
@@ -1,8 +1,9 @@
---
title: Debugging over a network
-slug: Tools/Remote_Debugging/Debugging_over_a_network
-translation_of: 'Tools/about:debugging#Connecting_over_the_Network'
+slug: conflicting/Tools/about:debugging
+translation_of: Tools/about:debugging#Connecting_over_the_Network
translation_of_original: Tools/Remote_Debugging/Debugging_over_a_network
+original_slug: Tools/Remote_Debugging/Debugging_over_a_network
---
<blockquote>
<h3 id="draft">{{draft}}</h3>
diff --git a/files/es/conflicting/tools/performance/index.html b/files/es/conflicting/tools/performance/index.html
index 23fa9e1e34..66dc76c6a1 100644
--- a/files/es/conflicting/tools/performance/index.html
+++ b/files/es/conflicting/tools/performance/index.html
@@ -1,8 +1,9 @@
---
title: JavaScript Profiler
-slug: Tools/Profiler
+slug: conflicting/Tools/Performance
translation_of: Tools/Performance
translation_of_original: Tools/Profiler
+original_slug: Tools/Profiler
---
<div>
Utilice la herramienta de perfiles para encontrar los cuellos de botella en el código JavaScript. El Profiler muestras periódicamente la pila actual de llamadas JavaScript y compila información sobre las muestras. </div>