Skip to content

Commit 2c2730b

Browse files
daniel-mackenzieautofix-ci[bot]Jason3S
authored
fix: adds aws terms and fixes typos (#5026)
Signed-off-by: Jason Dent <Jason3S@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Jason Dent <Jason3S@users.noreply.github.com>
1 parent aaab104 commit 2c2730b

File tree

10 files changed

+18
-6
lines changed

10 files changed

+18
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ Various [cspell](https://github.com/streetsidesoftware/cspell) dictionaries. Eac
309309
| [`ca`](dictionaries/ca) | Catalan dictionary. | ca | - |
310310
| [`city-names-finland`](dictionaries/city-names-finland) <sup>2</sup> | List of cities in Finland. | | |
311311
| [`clojure`](dictionaries/clojure) | Clojure dictionary. | - | clojure |
312-
| [`coding-compound-terms`](dictionaries/software-terms) <sup>1</sup> <sup>2</sup> | Common codding compound terms. | | |
312+
| [`coding-compound-terms`](dictionaries/software-terms) <sup>1</sup> <sup>2</sup> | Common coding compound terms. | | |
313313
| [`companies`](dictionaries/companies) <sup>1</sup> <sup>2</sup> | Company names dictionary. | | |
314314
| [`computing-acronyms`](dictionaries/software-terms) <sup>1</sup> <sup>2</sup> | Common acronyms related to computing. | | |
315315
| [`cpp`](dictionaries/cpp) <sup>1</sup> | C/C++ Keywords and common library functions. | - | c<br>cpp |

dictionaries/aws/dict/aws.txt

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dictionaries/aws/src/aws.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ and
6060
anomaly
6161
answer
6262
api
63+
APIG
6364
apigateway
6465
apigw
6566
apikeys
@@ -351,6 +352,7 @@ databases
351352
datafeed
352353
dataflow
353354
datapipeline
355+
datapoints
354356
dataset
355357
datasets
356358
datastore
@@ -696,6 +698,7 @@ issue
696698
item
697699
items
698700
iterator
701+
jmesPath
699702
job
700703
jobs
701704
join
@@ -972,6 +975,7 @@ premises
972975
preset
973976
presets
974977
presigned
978+
presigner
975979
preview
976980
price
977981
pricing
@@ -1423,6 +1427,7 @@ unit
14231427
units
14241428
unlink
14251429
unlock
1430+
unmarshall
14261431
unmonitor
14271432
unpeer
14281433
unreferenced

dictionaries/software-terms/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ dictionaries:
9999
| `networking-terms` | | Software networking terms dictionary. |
100100
| `web-services` | **Yes** | Web Services and APIs dictionary. |
101101
| `computing-acronyms` | **Yes** | Common acronyms related to computing. |
102-
| `coding-compound-terms` | **Yes** | Common codding compound terms. |
102+
| `coding-compound-terms` | **Yes** | Common coding compound terms. |
103103

104104
<!--- @@inject-end: ./static/install.md --->
105105

dictionaries/software-terms/cspell-ext.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
{
4040
"name": "coding-compound-terms",
4141
"path": "./dict/coding-compound-terms.txt",
42-
"description": "Common codding compound terms."
42+
"description": "Common coding compound terms."
4343
}
4444
],
4545
// Enable `softwareTerms` by default if this extension is imported.

dictionaries/software-terms/dict/softwareTerms.txt

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dictionaries/software-terms/src/software-terms.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ arbitrary
7373
arborescence
7474
arccosine
7575
architected
76+
architecting
7677
arcsine
7778
arctangent
7879
arg

dictionaries/software-terms/static/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ dictionaries:
8080
| `networking-terms` | | Software networking terms dictionary. |
8181
| `web-services` | **Yes** | Web Services and APIs dictionary. |
8282
| `computing-acronyms` | **Yes** | Common acronyms related to computing. |
83-
| `coding-compound-terms` | **Yes** | Common codding compound terms. |
83+
| `coding-compound-terms` | **Yes** | Common coding compound terms. |

static/dictionary-packages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3052,7 +3052,7 @@
30523052
},
30533053
{
30543054
"name": "coding-compound-terms",
3055-
"description": "Common codding compound terms.",
3055+
"description": "Common coding compound terms.",
30563056
"enabled": true,
30573057
"locales": [],
30583058
"fileTypes": []

static/dictionary-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289
| [`ca`](dictionaries/ca) | Catalan dictionary. | ca | - |
290290
| [`city-names-finland`](dictionaries/city-names-finland) <sup>2</sup> | List of cities in Finland. | | |
291291
| [`clojure`](dictionaries/clojure) | Clojure dictionary. | - | clojure |
292-
| [`coding-compound-terms`](dictionaries/software-terms) <sup>1</sup> <sup>2</sup> | Common codding compound terms. | | |
292+
| [`coding-compound-terms`](dictionaries/software-terms) <sup>1</sup> <sup>2</sup> | Common coding compound terms. | | |
293293
| [`companies`](dictionaries/companies) <sup>1</sup> <sup>2</sup> | Company names dictionary. | | |
294294
| [`computing-acronyms`](dictionaries/software-terms) <sup>1</sup> <sup>2</sup> | Common acronyms related to computing. | | |
295295
| [`cpp`](dictionaries/cpp) <sup>1</sup> | C/C++ Keywords and common library functions. | - | c<br>cpp |

0 commit comments

Comments
 (0)