-
Notifications
You must be signed in to change notification settings - Fork 226
Add missing technical terms to Vale vocabulary #5208
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -74,11 +74,13 @@ CTAs | |
| CTR | ||
| Ctrl | ||
| ctx | ||
| Cursor | ||
| cURL | ||
| debounce[ds]? | ||
| deduplication | ||
| desc | ||
| Dev | ||
| Devin | ||
| DevTools | ||
| diffs? | ||
| dir | ||
|
|
@@ -197,6 +199,7 @@ md | |
| MDX | ||
| measurementId | ||
| (?i)Memoize | ||
| Mermaid | ||
| (?i)metadata | ||
| metatags? | ||
| middleware | ||
|
|
@@ -311,6 +314,7 @@ siteId | |
| (?i)sitemaps? | ||
| skimmable | ||
| SLA | ||
| Sequoia | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Vocabulary entry
|
||
| Slack | ||
| slugified | ||
| sourcemaps? | ||
|
|
||


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.
Vocabulary entry
Cursorbreaks alphabetical sort orderLow Severity
Cursoris inserted betweenctxandcURL, but the file follows case-insensitive alphabetical order. Sincecurlsorts beforecursor(comparing fourth characterl<s),Cursorbelongs aftercURL, not before it.Reviewed by Cursor Bugbot for commit cd06589. Configure here.