aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/xpath/axes/following-sibling
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/web/xpath/axes/following-sibling
parenta55b575e8089ee6cab7c5c262a7e6db55d0e34d6 (diff)
downloadtranslated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.gz
translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.bz2
translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.zip
unslug es: modify
Diffstat (limited to 'files/es/web/xpath/axes/following-sibling')
-rw-r--r--files/es/web/xpath/axes/following-sibling/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/es/web/xpath/axes/following-sibling/index.html b/files/es/web/xpath/axes/following-sibling/index.html
index 73e42a2e7d..c4b6d0da24 100644
--- a/files/es/web/xpath/axes/following-sibling/index.html
+++ b/files/es/web/xpath/axes/following-sibling/index.html
@@ -1,7 +1,8 @@
---
title: following-sibling
-slug: Web/XPath/Ejes/following-sibling
+slug: Web/XPath/Axes/following-sibling
translation_of: Web/XPath/Axes/following-sibling
+original_slug: Web/XPath/Ejes/following-sibling
---
<p>
El eje <code>following-sibling</code> indica todos los nodos que tienen el mismo padre que el nodo de contexto y aparecen después del nodo de contexto en el documento de origen.