From 362dc7fa24b9415a7f093b9ce0b93bda906fb28d Mon Sep 17 00:00:00 2001 From: Vikrant Bhat <50735025+bhatvikrant@users.noreply.github.com> Date: Sun, 24 Oct 2021 20:51:04 +0530 Subject: [PATCH] fix spelling mistake --- versioned_docs/version-3.2.1/strict-mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-3.2.1/strict-mode.md b/versioned_docs/version-3.2.1/strict-mode.md index 690cb14fc..6586a9856 100644 --- a/versioned_docs/version-3.2.1/strict-mode.md +++ b/versioned_docs/version-3.2.1/strict-mode.md @@ -17,7 +17,7 @@ Strict Mode is a config that you pass into NativeBase config. It takes 3 values ## How to change the mode? -To change the `strictMode` create a `config object` like below and choose you `strictMode` value from `error`,`warn` and `off` which ever suits your use-case : +To change the `strictMode` create a `config object` like below and choose your `strictMode` value from `error`,`warn` and `off` which ever suits your use-case : ```jsx import { INativebaseConfig, NativeBaseProvider } from 'native-base';