From 6b8b833e715a37f49b3407c787a4ddc87ececb61 Mon Sep 17 00:00:00 2001 From: 3imed-jaberi Date: Fri, 24 Jan 2020 20:38:48 +0100 Subject: [PATCH] =?UTF-8?q?=20fix=20typo=20-=20setStyle=20=F0=9F=A9=B9..?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/setStyle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setStyle.ts b/src/setStyle.ts index 539bc824..5cfa0687 100644 --- a/src/setStyle.ts +++ b/src/setStyle.ts @@ -5,7 +5,7 @@ export interface SetStyleOptions { } /** - * Easy to set element style, return previou style + * Easy to set element style, return previous style * IE browser compatible(IE browser doesn't merge overflow style, need to set it separately) * https://github.com/ant-design/ant-design/issues/19393 *