Skip to content

Commit b9c2d8b

Browse files
committed
spellcheck fixes
1 parent 95c8ad6 commit b9c2d8b

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.typos.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[default]
2+
extend-ignore-re = [
3+
"(?Rm)^.*(#|//)\\s*spellchecker:disable-line$",
4+
"(?s)(#|//)\\s*spellchecker:off.*?\\n\\s*(#|//)\\s*spellchecker:on",
5+
"(#|//)\\s*spellchecker:ignore-next-line\\n.*"
6+
]
7+
[default.extend-words]
8+
Automattic = "Automattic"
9+
[files]
10+
extend-exclude = [
11+
"references/*",
12+
"vendor/*"
13+
]

contributions/hack-day.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If you normally use WP-CLI on your web host or via Brew, you're most likely usin
2525

2626
In order to make code changes to WP-CLI, you'll need to set up the `wp-cli-dev` development environment on your local machine. Before you can proceed, though, you'll need to make sure you have [Composer](https://getcomposer.org/), PHP, and a functioning MySQL or MariaDB server on your local machine.
2727

28-
Once the prequisites are met, clone the GitHub repository and run the installation process:
28+
Once the prerequisites are met, clone the GitHub repository and run the installation process:
2929

3030
```bash
3131
git clone https://github.com/wp-cli/wp-cli-dev wp-cli-dev

guides/running-commands-remotely.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ wp_users:user_email
131131
### Running from Windows Powershell
132132

133133
Windows Powershell has a special meaning for the `@` symbol, meaning it cannot be used without quoting or escaping.
134-
To run commands remotly, you need to use one of the following notation.
134+
To run commands remotely, you need to use one of the following notation.
135135

136136
```sh
137137
$ wp `@dev core version

guides/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Before you start to report a new issue on the GitHub repository, make sure to check your local installation, as some settings may typically result in an unexpected outcome of your WP-CLI commands.
44

5-
### How do I get more verbose informations about my WP-CLI installation?
5+
### How do I get more verbose information about my WP-CLI installation?
66

77
WP-CLI offers the command `wp --info`, which provides you with a lot of information about your WP-CLI install environment. The output will tell you,
88
* what operating system and shell you work on

0 commit comments

Comments
 (0)