Skip to content

Commit e9dfa8c

Browse files
committed
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
1 parent 7b29414 commit e9dfa8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,11 @@ The development environment can be reset. This will destroy the database and att
139139
npm run env:reset
140140
```
141141

142-
### Apple Silicone machines and old MySQL versions
142+
### Apple Silicon machines and old MySQL versions
143143

144-
The MySQL Docker images do not support Apple Silicone processors (M1, M2, etc.) for MySQL versions 5.7 and earlier.
144+
The MySQL Docker images do not support Apple Silicon processors (M1, M2, etc.) for MySQL versions 5.7 and earlier.
145145

146-
When using MySQL <= 5.7 on an Apple Silicone machine, you must create a `docker-compose.override.yml` file with the following contents:
146+
When using MySQL <= 5.7 on an Apple Silicon machine, you must create a `docker-compose.override.yml` file with the following contents:
147147

148148
```
149149
services:

0 commit comments

Comments
 (0)