From bf495b6d21733be8d57f021ac07898da163f9c6c Mon Sep 17 00:00:00 2001 From: alan747271363-art Date: Sun, 31 May 2026 13:02:11 +0700 Subject: [PATCH] docs: fix compatibility typo in babel plugin readme --- packages/babel-plugin-flow-runtime/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-plugin-flow-runtime/README.md b/packages/babel-plugin-flow-runtime/README.md index 7fb0c4c0..778f6879 100644 --- a/packages/babel-plugin-flow-runtime/README.md +++ b/packages/babel-plugin-flow-runtime/README.md @@ -2,7 +2,7 @@ A babel plugin which transforms [Flow](https://flowtype.org/) annotations into `Type` instances available at runtime, and optionally checks values against those types. -Supports all of flow's syntax, aims for full compatibilty with flow, found a bug? Please [report it](https://github.com/codemix/flow-runtime/issues). +Supports all of flow's syntax, aims for full compatibility with flow, found a bug? Please [report it](https://github.com/codemix/flow-runtime/issues). ## What?