From 6e2af84a6c03096bf1582e36ff0c6796a87f39db Mon Sep 17 00:00:00 2001 From: OMKAR MAKHARE Date: Tue, 17 Oct 2023 02:36:58 +0530 Subject: [PATCH] remove typo flexible (#2147) Co-authored-by: Jiuqing Song --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf689fa84c6..f4969480d88 100644 --- a/README.md +++ b/README.md @@ -247,7 +247,7 @@ Currently we have very few external dependencies. Before adding any new dependen If you still feel a new dependency is required after checking these questions, we can review it and finally decide whether we should add the new dependency. -For build time dependencies, it is more flexable to add new dependencies since it won't increase runtime +For build time dependencies, it is more flexible to add new dependencies since it won't increase runtime code size or dependencies. ## More documentation