Automattic / Automattic/jetpack
Typo in sharing buttons code: "serivces"
- Dominant language
- PHP
- Stars
- 1.8k
- Forks
- 898
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 774
Description
### Impacted plugin
Jetpack
### Quick summary
There's a typo where `services` is spelled `serivces` in several places, including the ID for the sharing buttons block: `jetpack-sharing-serivces-list`
https://github.com/search?q=repo%3AAutomattic%2Fjetpack%20serivces&type=code
### Steps to reproduce
Add sharing buttons to posts.
### Site owner impact
More than 60% of the total website/platform users
### Severity
Minor
### What other impact(s) does this issue have?
_No response_
### If a workaround is available, please outline it here.
Custom CSS still can be added to the ID even with the misspelling.
However – I almost corrected my own CSS to reference `jetpack-sharing-services-list` – and then it wouldn't have worked.
### Platform (Simple and/or Atomic)
_No response_
Contributor guide
Research direction
Start with the repository code search for `serivces`, especially the `jetpack-sharing-serivces-list` sharing-buttons block ID, and inspect each matching reference. Verify the sharing buttons still render after the typo is addressed and check how existing CSS references to the current ID are handled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, php, react, wordpress
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100