From c2c2b2addf5817c9360963306d11bf07faff9e26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6ran=20Karl?= <3951388+JoeKar@users.noreply.github.com> Date: Sat, 23 Mar 2024 20:40:15 +0100 Subject: [PATCH] chore: remove repetitive words (follow-up) (#3207) --- runtime/syntax/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/syntax/README.md b/runtime/syntax/README.md index ee3def65f..4fa586479 100644 --- a/runtime/syntax/README.md +++ b/runtime/syntax/README.md @@ -21,7 +21,7 @@ syntax files that you would like to convert to the new filetype, you can use the $ go run syntax_converter.go c.micro > c.yaml ``` -Most the syntax files here have been converted using that tool. +Most of the syntax files here have been converted using that tool. Note that the tool isn't perfect and though it is unlikely, you may run into some small issues that you will have to fix manually (about 4 files from this directory had issues after being converted).