Fix a typo in the CSS example#3389
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR fixes a consistent spelling error throughout the CSS bridge demo example where "seletion" was misspelled instead of "selection". The typo was corrected across all files where these identifiers appear to maintain consistency.
- Corrected the spelling of "seletion" to "selection" in theme identifier strings
- Updated all references across Java constants, XML configuration, properties files, and CSS selectors
- Maintained functional consistency by updating the misspelling everywhere it occurred
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Theme.java | Fixed spelling in Java string constants for selection foreground and background theme identifiers |
| plugin.xml | Corrected misspelled identifiers in colorDefinition elements for selection colors |
| plugin.properties | Updated property keys to use correct spelling of "selection" |
| red.css | Fixed CSS selector identifiers to use proper spelling |
| green.css | Fixed CSS selector identifiers to use proper spelling |
| blue.css | Fixed CSS selector identifiers to use proper spelling |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It was misspelled everywhere, so it was not broken.