diff --git a/config/typos.toml b/config/typos.toml index ebfed29b6..bc23dd4a9 100644 --- a/config/typos.toml +++ b/config/typos.toml @@ -12,3 +12,4 @@ ignore-hidden = false [default.extend-words] # To handle the hipster default blog content about bike messengers gettin' caught in the rain. "gettin" = "gettin" +"Automattic" = "Automattic" diff --git a/includes/airplane-mode/README.md b/includes/airplane-mode/README.md index 3b1c3bcac..fcd570492 100755 --- a/includes/airplane-mode/README.md +++ b/includes/airplane-mode/README.md @@ -10,7 +10,7 @@ Airplane Mode * [Mark Jaquith](https://github.com/markjaquith) ## About -Control loading of external files when developing locally. WP loads certain external files (fonts, Gravatar, etc.) and makes external HTTP calls. This isn't usually an issue, unless you're working in an evironment without a web connection. This plugin removes/unhooks those actions to reduce load time and avoid errors due to missing files. +Control loading of external files when developing locally. WP loads certain external files (fonts, Gravatar, etc.) and makes external HTTP calls. This isn't usually an issue, unless you're working in an environment without a web connection. This plugin removes/unhooks those actions to reduce load time and avoid errors due to missing files. ## Current Actions * removes external JS and CSS files from loading