From e4e2e092bf9e43807d90715b4cf3dc6b12793752 Mon Sep 17 00:00:00 2001
From: Austin King <shout@ozten.com>
Date: Mon, 12 Mar 2012 22:06:05 -0700
Subject: [PATCH] Fixing typo and updating docs to match final script name.
 r=benadida

---
 docs/I18N.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/I18N.md b/docs/I18N.md
index 8c445c2b6..133c5f8c2 100644
--- a/docs/I18N.md
+++ b/docs/I18N.md
@@ -37,8 +37,8 @@ be copied into ``config/l10n-all.json``.
 ``scripts/check_l10n_config.js`` - Run with the ``CONFIG_FILES`` environment variable set to the one json
 config file which you'll like to validate. Examples:
 
-    CONFIG_FILES=/home/ozten/Projects/browserid/config/l10n-prod.json node ./scripts/check_prod_l10n.js
-    ONFIG_FILES=/home/ozten/Projects/browserid/config/l10-nall.json node ./scripts/check_prod_l10n.js
+    CONFIG_FILES=/home/ozten/Projects/browserid/config/l10n-prod.json node ./scripts/check_l10n_config.js
+    CONFIG_FILES=/home/ozten/Projects/browserid/config/l10n-all.json node ./scripts/check_l10n_config.js
 
 ## Debugging
 
-- 
GitLab