The Node.js® Website

fix: Update understanding-processnexttick example (#6499)

Signed-off-by: Juan Pejerrey <40974811+juanmdpc@users.noreply.github.com>

authored by Juan Pejerrey and committed by GitHub e07d64d2 f7c66135

Changed files
+1 -1
pages
en
learn
+1 -1
pages/en/learn/asynchronous-work/understanding-processnexttick.md
··· 47 47 ```bash 48 48 Hello => number 1 49 49 Running at next tick => number 2 50 - The timeout running last => number 4 51 50 Running before the timeout => number 3 51 + The timeout running last => number 4 52 52 ```