From 30f02534bbafab6f91176e4e3534460186cd5cae Mon Sep 17 00:00:00 2001 From: Jonghyeon Ko Date: Tue, 12 Dec 2023 03:04:08 +0900 Subject: [PATCH] docs: update spelling consistency --- .browserslistrc | 2 +- docs/react/installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.browserslistrc b/.browserslistrc index 01b924286a..3cd64bf22e 100644 --- a/.browserslistrc +++ b/.browserslistrc @@ -4,4 +4,4 @@ Firefox >= 78 Edge >= 79 Safari >= 12.0 iOS >= 12.0 -opera >= 53 +Opera >= 53 diff --git a/docs/react/installation.md b/docs/react/installation.md index 0b5c6e2b48..f25f1a9bda 100644 --- a/docs/react/installation.md +++ b/docs/react/installation.md @@ -43,7 +43,7 @@ Firefox >= 78 Edge >= 79 Safari >= 12.1 iOS >= 12.2 -opera >= 53 +Opera >= 53 ``` > Depending on your environment, you might need to add polyfills. If you want to support older browsers, you need to transpile the library from `node_modules` yourselves.