-
-
Notifications
You must be signed in to change notification settings - Fork 478
Linter: USB-C trademark miss-spelling rule and content fix [PC-1014, PC-1015] #620
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
a6d0129
to
b19c803
Compare
✅ docs-content deploy preview ready
- Deploy preview
- Build logs · 2m build time
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments. You need to manually look through all changes when doing a search/replace action. The regex didn't work for me. Try with:
USB-C rocks!
USB-C® also!
http://www.usb-c.com
USB-Cable
...ware/03.nano/carriers/nano-motor-carrier/tutorials/nano-matlab-wifi-led/nanoMatlabWiFiLED.md
Outdated
Show resolved
Hide resolved
.../03.nano/carriers/nano-motor-carrier/tutorials/nano-simulink-wifi-led/nanoSimulinkWiFiLED.md
Outdated
Show resolved
Hide resolved
content/hardware/02.hero/boards/yun-rev2/tutorials/yun-first-config/content.md
Outdated
Show resolved
Hide resolved
content/hardware/02.hero/boards/yun-rev2/tutorials/yun-first-config/content.md
Outdated
Show resolved
Hide resolved
content/tutorials/projects/iot-air-quality-checker/iot-air-quality-checker.md
Outdated
Show resolved
Hide resolved
Those errors where caused by the replace in vsc, my fault.
Fixed :)
Co-authored-by: Sebastian Romero <s.romero@arduino.cc>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you're confident there are no more false positives from the search & replaces operation we can merge it. I did not go through all the changes.
I need to check/fix the "fix the issues" task, should I do it in another PR?
What This PR Changes