From 628c58c54424e5031da240e4f98d3d7ff6ba8c60 Mon Sep 17 00:00:00 2001 From: John McCarthy Date: Mon, 26 Sep 2016 11:40:29 -0600 Subject: [PATCH] docs(api): fixed typo about i18nFormatter --- gitbook/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitbook/api.md b/gitbook/api.md index 85814e2d8..59630513b 100644 --- a/gitbook/api.md +++ b/gitbook/api.md @@ -54,7 +54,7 @@ - **Usage:** - Assign a customer message formatter. + Assign a custom message formatter. ```javascript Vue.config.i18nFormatter = function(string, ...arguments) {