Fix typo (you IDEyour IDE)

Sergey Biryukov 2022-08-12 02:44:56 +03:00
parent d87da1c49c
commit d09cc27819

@ -8,14 +8,14 @@ Here you can learn things like how to:
- Fix errors related to escaping, like how to:
- [Escape a `WP_Error` object](Escaping-a-WP_Error-object).
- And if all else fails, [whitelist code that is being flagged with errors](Whitelisting-code-which-flags-errors).
- Set up you IDE to work with PHPCS & WPCS
- Set up your IDE to work with PHPCS & WPCS
- [Setting up WPCS to work in Atom](Setting-up-WPCS-to-work-in-Atom)
- [Setting up WPCS when using Eclipse with XAMPP](How-to-use-WPCS-with-Eclipse-and-XAMPP)
- [Setting up WPCS to work in Sublime Text](Setting-up-WPCS-to-work-in-Sublime-Text)
- [Setting up WPCS to work in PHPStorm](https://confluence.jetbrains.com/display/PhpStorm/WordPress+Development+using+PhpStorm#WordPressDevelopmentusingPhpStorm-PHPCodeSnifferwithWordPressCodingStandardsIntegrationinPhpStorm) (external link)
- [Setting up WPCS to work in Visual Studio](https://tommcfarlin.com/php-codesniffer-in-visual-studio-code/) (external link)
- [Setting up WPCS to work in Visual Studio with Remote-SSH](https://www.missionmike.dev/wordpress/setting-up-wordpress-coding-standards-wpcs-with-php_codesniffer-phpcs-in-vs-code-with-remote-ssh/) (external link)
- Running in CI
- Run in CI
- [Running in GitHub Actions](https://github.com/WordPress/WordPress-Coding-Standards/wiki/Running-in-GitHub-Actions)
- [Running in Travis](https://github.com/WordPress/WordPress-Coding-Standards/wiki/Running-in-Travis)
- [Upgrade Guide to WordPressCS 2.0.0 for Developers of external standards](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Upgrade-Guide-to-WordPressCS-2.0.0-for-Developers-of-external-standards)