Skip to content

Add spell check entries for new skills#17

Merged
mattpodwysocki merged 4 commits intomainfrom
fix-spell-check-for-new-skills
Feb 10, 2026
Merged

Add spell check entries for new skills#17
mattpodwysocki merged 4 commits intomainfrom
fix-spell-check-for-new-skills

Conversation

@mattpodwysocki
Copy link
Contributor

Summary

Adds spell check dictionary entries for terms used in upcoming skills (navigation, store locator, data visualization, web components).

Changes

Added to cspell.config.json:

  • dropin - Android Navigation SDK NavigationView class
  • millis - currentTimeMillis suffix
  • Haversine - Distance calculation formula name
  • Jenks - Statistical classification method (Jenks natural breaks)
  • colorbrewer - ColorBrewer color scales tool
  • htmlelement - Web Components HTMLElement
  • customelements - Web Components API
  • currenttime - Time-related functions
  • mapload - Custom event name for map load
  • frontends - Micro-frontends architecture term
  • Offc - DIN Offc Pro font name
  • scroller - Virtual scroller component
  • sqft - Square feet abbreviation
  • classyrew - Classybrew library for data classification

Why This PR

These terms are used in PRs #12-15 (navigation, store locator, data visualization, web components). Merging this first prevents merge conflicts when those PRs are merged.

Testing

  • All checks pass locally (npm run check)
  • Spell check passes with new terms
  • No impact on existing files

Prerequisite for PRs #12, #13, #14, #15.

Add terms for navigation, store locator, data visualization, and web components:
- dropin: Android Navigation SDK NavigationView
- millis: currentTimeMillis suffix
- Haversine: distance calculation formula
- Jenks: statistical classification method
- colorbrewer: ColorBrewer color scales tool
- htmlelement: Web Components HTMLElement
- customelements: Web Components API
- currenttime: time-related functions
@mattpodwysocki mattpodwysocki requested a review from a team as a code owner February 4, 2026 19:19
@mattpodwysocki mattpodwysocki merged commit 31ae86c into main Feb 10, 2026
1 check passed
@mattpodwysocki mattpodwysocki deleted the fix-spell-check-for-new-skills branch February 10, 2026 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants