From e9dfa8c34c74cb51da93ae4b4e61c1df0378b3d7 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Thu, 14 Nov 2024 16:44:57 +0000 Subject: [PATCH] Docs: Correct the spelling of silicon in the local development environment readme. See #62281 git-svn-id: https://develop.svn.wordpress.org/trunk@59405 602fd350-edb4-49c9-b593-d223f7449a82 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b07b883d7..adb4fc946d 100644 --- a/README.md +++ b/README.md @@ -139,11 +139,11 @@ The development environment can be reset. This will destroy the database and att npm run env:reset ``` -### Apple Silicone machines and old MySQL versions +### Apple Silicon machines and old MySQL versions -The MySQL Docker images do not support Apple Silicone processors (M1, M2, etc.) for MySQL versions 5.7 and earlier. +The MySQL Docker images do not support Apple Silicon processors (M1, M2, etc.) for MySQL versions 5.7 and earlier. -When using MySQL <= 5.7 on an Apple Silicone machine, you must create a `docker-compose.override.yml` file with the following contents: +When using MySQL <= 5.7 on an Apple Silicon machine, you must create a `docker-compose.override.yml` file with the following contents: ``` services: