Type of feedback
Typo in learning material
Description
The contents of the tutorial page available at https://learn.wordpress.org/lesson/plugin-requirements/ contain a bug
Step-by-step reproduction instructions (optional)
- Visit https://learn.wordpress.org/lesson/plugin-requirements/
- Notice the
cd wp-content/pluginstouch example-plugin.php
- Running that command doesn't achieve the desired results (" navigate to the wp-content/plugins directory, and create a single PHP file called example-plugin.php.")
Screenshots or screen recording (optional)

Other information (optional)
The command should be likely updated to something like
cd wp-content/plugins && touch example-plugin.php