From 6586c33cb756cd0946f8b5b2e769cea57ee68975 Mon Sep 17 00:00:00 2001 From: Abdelalim-dev Date: Sun, 16 Jul 2023 15:20:21 +0100 Subject: [PATCH] Fix typo in the title --- 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: