From e9c01989175872975151c685570b0eaa56e36221 Mon Sep 17 00:00:00 2001 From: Aldo <44144021+maxmiau@users.noreply.github.com> Date: Tue, 14 May 2019 23:55:51 -0500 Subject: [PATCH] Update python name in index.md (#28360) * Update index.md Programming languages has no formal translation to spanish, they are named with their original names. * fix: changed node to js --- guide/spanish/nodejs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/spanish/nodejs/index.md b/guide/spanish/nodejs/index.md index ff127357e1..7efebf642f 100644 --- a/guide/spanish/nodejs/index.md +++ b/guide/spanish/nodejs/index.md @@ -32,7 +32,7 @@ import time **Node.js** -```node +```js function my_io_task() { setTimeout(function() { console.log('done');