From bc6a8cc6d5362c19fdeeffd2843005c9f827a245 Mon Sep 17 00:00:00 2001 From: 0xabhisek <128348758+0xabhisek@users.noreply.github.com> Date: Sat, 25 Mar 2023 10:50:47 +0530 Subject: [PATCH] typo maintenable changed to "maintainable" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6271bb7..bd73d3b 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ This starter repository for building react/redux dapps uses the latest bleeding-
Use JSX syntax with all ES6 features, and some of ES7 (see .babelrc).
CSS in modules
-
Write composable, modular and maintenable CSS with your components.
+
Write composable, modular and maintainable CSS with your components.
Predictable state management
Unidirectional data flow with Redux helps you write applications that behave consistently and are easy to test. On top of that, it provides a great developer experience.