From 06a3832817ff3dc16ed209b1bf20cf4356c7257a Mon Sep 17 00:00:00 2001 From: Abdelalim-dev Date: Wed, 19 Jul 2023 09:36:51 +0100 Subject: [PATCH] docs: fix typo in the title (#990) --- website/docs/advanced/BrownfieldIntegration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/advanced/BrownfieldIntegration.md b/website/docs/advanced/BrownfieldIntegration.md index 70de2537..24b8f4a3 100644 --- a/website/docs/advanced/BrownfieldIntegration.md +++ b/website/docs/advanced/BrownfieldIntegration.md @@ -27,7 +27,7 @@ asyncStorage.delegate = self; -## The procotol +## The protocol The delegate must conform to the `RNCAsyncStorageDelegate` protocol: