From 56d2b4a80ce142458bc9b71f75636f77c868571b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Ram=C3=ADrez=20Norambuena?= Date: Sun, 23 Jul 2017 20:31:26 -0400 Subject: [PATCH] Close code tag and fix format for Modules Readme --- modules/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/README.md b/modules/README.md index 4a0a1da5..12a42e59 100644 --- a/modules/README.md +++ b/modules/README.md @@ -472,7 +472,7 @@ this.translate("RUNNING", { { "RUNNING": "Slutar", } - +```` In this case the `translate`-function will not find any variables in the translation, will look for `fallback` variable and use that if possible to create the translation. ## The Node Helper: node_helper.js