Skip to content

Commit 2a6d762

Browse files
committed
just some vale fixes
Signed-off-by: Fredrik Adelöw <[email protected]>
1 parent 09dc308 commit 2a6d762

File tree

4 files changed

+38
-29
lines changed

4 files changed

+38
-29
lines changed

.github/vale/Vocab/Backstage/accept.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ abc
22
accessors
33
addon
44
addons
5+
ADRs
56
Airbrake
67
Airbrakes
78
airbrake
@@ -28,6 +29,7 @@ bool
2829
boolean
2930
builtins
3031
callout
32+
CDNs
3133
Chai
3234
changeset
3335
changesets
@@ -129,6 +131,7 @@ hotspots
129131
http
130132
https
131133
Iain
134+
iLert
132135
img
133136
incentivised
134137
Indal
@@ -139,6 +142,7 @@ JaCoCo
139142
JavaScript
140143
jenkins
141144
Jira
145+
JWTs
142146
jq
143147
js
144148
json
@@ -147,6 +151,7 @@ jsx
147151
Kaewkasi
148152
Keyv
149153
Knex
154+
KPIs
150155
kubectl
151156
kubernetes
152157
kubernetes
@@ -308,6 +313,7 @@ Superfences
308313
superset
309314
supertype
310315
storable
316+
SVGs
311317
talkdesk
312318
Talkdesk
313319
tasklist
@@ -352,12 +358,15 @@ utils
352358
validator
353359
validators
354360
varchar
361+
VPCs
362+
VSCode
355363
Wayfair
356364
Weaveworks
357365
Webpack
358366
winston
359367
www
360368
WWW
369+
XCMetrics
361370
XML
362371
xyz
363372
yaml

packages/core-plugin-api/src/routing/SubRouteRef.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export type ParamNames<S extends string> =
7272
export type PathParams<S extends string> = { [name in ParamNames<S>]: string };
7373

7474
/**
75-
* Merges a param object type with with an optional params type into a params object.
75+
* Merges a param object type with an optional params type into a params object.
7676
* @public
7777
*/
7878
export type MergeParams<

packages/techdocs-cli/src/example-docs/docs/index.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -73,20 +73,20 @@ const addThingToThing = (a, b) a + b;
7373

7474
# MDX truly sane lists
7575

76-
- attributes
77-
78-
- customer
79-
- first_name
80-
- test
81-
- family_name
82-
- email
83-
- person
84-
- first_name
85-
- family_name
86-
- birth_date
87-
- subscription_id
88-
89-
- request
76+
- `attributes`
77+
78+
- `customer`
79+
- `first_name`
80+
- `test`
81+
- `family_name`
82+
- `email`
83+
- `person`
84+
- `first_name`
85+
- `family_name`
86+
- `birth_date`
87+
- `subscription_id`
88+
89+
- `request`
9090

9191
<!-- prettier-ignore -->
9292
*[MOCDOC]: Mock Documentation

plugins/techdocs-backend/examples/documented-component/docs/extensions.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -96,17 +96,17 @@ Animals: :tiger: :horse: :turtle: :wolf: :frog:
9696

9797
### MDX truly sane lists
9898

99-
- attributes
100-
101-
- customer
102-
- first_name
103-
- test
104-
- family_name
105-
- email
106-
- person
107-
- first_name
108-
- family_name
109-
- birth_date
110-
- subscription_id
111-
112-
- request
99+
- `attributes`
100+
101+
- `customer`
102+
- `first_name`
103+
- `test`
104+
- `family_name`
105+
- `email`
106+
- `person`
107+
- `first_name`
108+
- `family_name`
109+
- `birth_date`
110+
- `subscription_id`
111+
112+
- `request`

0 commit comments

Comments
 (0)