From a46d484671c37fac8e6b3e48d875e3588e51bdd2 Mon Sep 17 00:00:00 2001 From: Sasha Khamkov Date: Sun, 4 May 2014 10:29:14 +0300 Subject: [PATCH] Missing apostrophe Missing apostrophe in monitor "node" processes --- pages/linux/watch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/watch.md b/pages/linux/watch.md index d68476d81..91f0cfd8d 100644 --- a/pages/linux/watch.md +++ b/pages/linux/watch.md @@ -12,4 +12,4 @@ - monitor "node" processes, refreshing every 3 seconds -`watch -n {{3}} "{{ps aux | grep node}}" +`watch -n {{3}} "{{ps aux | grep node}}"`