From 33a2b3a47e0142c1a83b7c514cc5d43cb1a08f32 Mon Sep 17 00:00:00 2001 From: Yan-Fa Li Date: Fri, 3 Jan 2025 21:17:35 -0800 Subject: [PATCH] chore: typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cd415afee1..ff878b0944 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ keyboards. This project is very much a work in progress. To begin contributing, please refer to the following: -- [Issues](https://github.com/qmk/qmk_configurator/issues) +- [Issues](https://github.com/qmk/qmk_configurator/issues) ## Development @@ -63,7 +63,7 @@ yarn run lint ### Run your end-to-end tests -Start the server separatly +Start the server separately ```shell yarn run test:cypress @@ -71,7 +71,7 @@ yarn run test:cypress ### Run your end-to-end tests like CI -Start the server separatly +Start the server separately ```shell yarn run test:cypress:ci