From 91a399ab7038e443f4d9f1ed87bd80d4a4f3c874 Mon Sep 17 00:00:00 2001 From: Noufal Ibrahim Date: Thu, 17 Sep 2020 09:43:49 +0530 Subject: [PATCH] Minor typo fix --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 961ffc7..626d069 100644 --- a/readme.md +++ b/readme.md @@ -2,10 +2,10 @@ Tutorial of how to author a library using [webpack](https://github.com/webpack/w ### Outline -This library exposes functionality to transalte numbers to words. +This library exposes functionality to translate numbers to words. It is trivial code but the aim is to bundle it using webpack. ### Features 1. Bundling library code into all library targets ie CommonJS, AMD, ES2015 exports, UMD. -2. Having `lodash` as an external dependency. \ No newline at end of file +2. Having `lodash` as an external dependency.