From c7a8102b127a83d2a641717fc4120a8d5be6f495 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 6 Sep 2024 10:50:35 +0900 Subject: [PATCH] docs: update README.md (#8383) compliation -> compilation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47d506720e1..964b9200f98 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ maximum memory efficiency. It allows you to directly access serialized data with 1. Build the compiler for flatbuffers (`flatc`) - Use `cmake` to create the build files for your platform and then perform the compliation (Linux example). + Use `cmake` to create the build files for your platform and then perform the compilation (Linux example). ``` cmake -G "Unix Makefiles"