From f0e453edb64daa5d960f5c2fe06023ea7934936e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Gonz=C3=A1lez?= Date: Sat, 2 Nov 2019 22:12:14 +0100 Subject: [PATCH] proper English just a small correction... --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d2b60a..73d5cac 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ There are two ways to specify the factory. As in the above example `./lib/xedit-lang-plugin` specifies the javascript file which exports the factory function. Or a plain name without embedded `/` indicates `index.js` which exports the factory function. -The file `./lib/xedit-lang-plugin.js` will exports a factory function: +The file `./lib/xedit-lang-plugin.js` exports a factory function: ```javascript ... @@ -120,7 +120,7 @@ The above example specifies a javascript module which is interpreted the same wa except the module exports a dictionary instead of a function, and use `object` to specify the key in the dictionary to retrieve the factory function. -In this case, the file `./lib/xedit-lang-multi-plugin.js` will exports an dictionary: +In this case, the file `./lib/xedit-lang-multi-plugin.js` exports an dictionary: ```javascript ...