Skip to content

Commit 1d445f3

Browse files
chore: Update README.md (#4949)
Co-authored-by: Jason3S <3740137+Jason3S@users.noreply.github.com>
1 parent b9bf238 commit 1d445f3

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ Various [cspell](https://github.com/streetsidesoftware/cspell) dictionaries. Eac
437437
| [`vim`](dictionaries/vim) | Vim dictionary. | | |
438438
| [`web-services`](dictionaries/software-terms) <sup>1</sup> <sup>2</sup> | Web Services and APIs dictionary. | | |
439439
| [`win32`](dictionaries/win32) | Win32 dictionary. | - | c<br>cpp |
440-
| [`zig`](dictionaries/zig) | Zig dictionary for cspell. | - | zig<br>zon |
440+
| [`zig`](dictionaries/zig) | Zig dictionary | - | zig<br>zon |
441441

442442
<sup>1</sup> Bundled with CSpell.<br> <sup>2</sup> Dictionaries are enabled when packages is imported.
443443

dictionaries/zig/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ dictionaries:
119119

120120
## Dictionary Information
121121

122-
| Name | Enabled | Description |
123-
| ----- | ------- | -------------------------- |
124-
| `zig` | | Zig dictionary for cspell. |
122+
| Name | Enabled | Description |
123+
| ----- | ------- | -------------- |
124+
| `zig` | | Zig dictionary |
125125

126126
## Language Settings
127127

dictionaries/zig/static/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ dictionaries:
100100

101101
## Dictionary Information
102102

103-
| Name | Enabled | Description |
104-
| ----- | ------- | -------------------------- |
105-
| `zig` | | Zig dictionary for cspell. |
103+
| Name | Enabled | Description |
104+
| ----- | ------- | -------------- |
105+
| `zig` | | Zig dictionary |
106106

107107
## Language Settings
108108

static/contributors.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@
598598
"login": "Jason3S",
599599
"html_url": "https://github.com/Jason3S",
600600
"avatar_url": "https://avatars.githubusercontent.com/u/3740137?v=4",
601-
"contributions": 1515,
601+
"contributions": 1516,
602602
"type": "User"
603603
},
604604
{

static/dictionary-packages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3574,7 +3574,7 @@
35743574
"dictionaries": [
35753575
{
35763576
"name": "zig",
3577-
"description": "Zig dictionary for cspell.",
3577+
"description": "Zig dictionary",
35783578
"fileTypes": ["zig", "zon"],
35793579
"localeFileTypes": [
35803580
{

static/dictionary-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,6 @@
417417
| [`vim`](dictionaries/vim) | Vim dictionary. | | |
418418
| [`web-services`](dictionaries/software-terms) <sup>1</sup> <sup>2</sup> | Web Services and APIs dictionary. | | |
419419
| [`win32`](dictionaries/win32) | Win32 dictionary. | - | c<br>cpp |
420-
| [`zig`](dictionaries/zig) | Zig dictionary for cspell. | - | zig<br>zon |
420+
| [`zig`](dictionaries/zig) | Zig dictionary | - | zig<br>zon |
421421

422422
<sup>1</sup> Bundled with CSpell.<br> <sup>2</sup> Dictionaries are enabled when packages is imported.

0 commit comments

Comments
 (0)