From 3615f500d9fc180605e2164d39f338bf89c232c2 Mon Sep 17 00:00:00 2001 From: Jesse Burgheimer Date: Mon, 23 Jan 2017 11:45:44 -0800 Subject: [PATCH] Update config-schema.js Caught a typo. --- src/config-schema.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config-schema.js b/src/config-schema.js index 61213d990..4dd99d2b4 100644 --- a/src/config-schema.js +++ b/src/config-schema.js @@ -222,7 +222,7 @@ const configSchema = { }, { value: 'windows1258', - description: 'Vietnamese (Windows 1254)' + description: 'Vietnamese (Windows 1258)' }, { value: 'iso88591',