From 020c1c6f31a420118a5ead0e99dfcd84529ab82e Mon Sep 17 00:00:00 2001 From: Emmanuel <63562663+EECvision@users.noreply.github.com> Date: Fri, 1 Apr 2022 14:06:41 +0100 Subject: [PATCH] Fix typo error (#8214) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9059c5b5b8..7044bb9681 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ tracks lots of state for its child components which it passes into them for visu rendering via props. Good separation between the components is maintained by adopting various best -practices that anyone working with the SDK needs to be be aware of and uphold: +practices that anyone working with the SDK needs to be aware of and uphold: * Components are named with upper camel case (e.g. views/rooms/EventTile.js)