You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was following a tutorial and noticed an issue with the filename. It's not a typo, but rather a character issue. In the tutorial, a double dash in the filename is mistakenly shown as a single dash, while the code snippet still uses the double dash. When someone copies and pastes the filename, it causes a mismatch.
Step-by-step reproduction instructions (optional)
Please list the steps needed to reproduce or verify the feedback. For example:
@iambherulal - I really appreciate you taking the time to report that critical item. I've updated the affected section in the post to fix the --. Enjoy your weekend!
Description
I was following a tutorial and noticed an issue with the filename. It's not a typo, but rather a character issue. In the tutorial, a double dash in the filename is mistakenly shown as a single dash, while the code snippet still uses the double dash. When someone copies and pastes the filename, it causes a mismatch.
Step-by-step reproduction instructions (optional)
Please list the steps needed to reproduce or verify the feedback. For example:
Go to - https://developer.wordpress.org/news/2024/06/13/how-to-create-an-animated-timeline-plugin/#animated-timeline-plugin-setup
In this section you can see the CSS and js files with the full path name, In the filename after the group there should a double dash.
As you can see in the snippet - https://developer.wordpress.org/news/2024/06/13/how-to-create-an-animated-timeline-plugin/#register-custom-css-and-javascript-files
The text was updated successfully, but these errors were encountered: