From f77d09318de6f0b8a286fd1fffb11c3fdee4c7d0 Mon Sep 17 00:00:00 2001 From: Umidbek Karimov <4734297+umidbekk@users.noreply.github.com> Date: Thu, 15 Jul 2021 03:28:30 +0500 Subject: [PATCH] docs(README): Change wording. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 310f2ec..1319f6d 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ require("babel-core").transform("code", { ##### Transformation of namespace imports: -Namespace imports are complicate to analyze, that's why we skip them. +Namespace imports are hard to analyze, that's why we skip them. ```jsx import * as MUI from "material-ui";