Skip to content

Commit 4abc9ab

Browse files
committed
fix: fix typo
1 parent a518031 commit 4abc9ab

File tree

11 files changed

+17
-17
lines changed

11 files changed

+17
-17
lines changed

packages/textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ textlint --rule ja-nakaguro-or-halfwidth-space-between-katakana README.md
2929

3030
## Changelog
3131

32-
See [Releases page](https://github.com/extlint-ja/textlint-rule-spacing/releases).
32+
See [Releases page](https://github.com/textlint-ja/textlint-rule-spacing/releases).
3333

3434
## Running tests
3535

@@ -41,7 +41,7 @@ Install devDependencies and Run `npm test`:
4141

4242
Pull requests and stars are always welcome.
4343

44-
For bugs and feature requests, [please create an issue](https://github.com/extlint-ja/textlint-rule-spacing/issues).
44+
For bugs and feature requests, [please create an issue](https://github.com/textlint-ja/textlint-rule-spacing/issues).
4545

4646
1. Fork it!
4747
2. Create your feature branch: `git checkout -b my-new-feature`

packages/textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
},
1010
"author": "azu",
1111
"email": "azuciao@gmail.com",
12-
"homepage": "https://github.com/extlint-ja/textlint-rule-spacing",
12+
"homepage": "https://github.com/textlint-ja/textlint-rule-spacing",
1313
"license": "MIT",
1414
"bugs": {
15-
"url": "https://github.com/extlint-ja/textlint-rule-spacing/issues"
15+
"url": "https://github.com/textlint-ja/textlint-rule-spacing/issues"
1616
},
1717
"scripts": {
1818
"build": "NODE_ENV=production babel src --out-dir lib --source-maps",

packages/textlint-rule-ja-no-space-between-full-and-full-width/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ textlint --rule ja-no-space-between-full-and-full-width README.md
2929

3030
## Changelog
3131

32-
See [Releases page](https://github.com/extlint-ja/textlint-rule-spacing/releases).
32+
See [Releases page](https://github.com/textlint-ja/textlint-rule-spacing/releases).
3333

3434
## Running tests
3535

@@ -41,7 +41,7 @@ Install devDependencies and Run `npm test`:
4141

4242
Pull requests and stars are always welcome.
4343

44-
For bugs and feature requests, [please create an issue](https://github.com/extlint-ja/textlint-rule-spacing/issues).
44+
For bugs and feature requests, [please create an issue](https://github.com/textlint-ja/textlint-rule-spacing/issues).
4545

4646
1. Fork it!
4747
2. Create your feature branch: `git checkout -b my-new-feature`

packages/textlint-rule-ja-no-space-between-full-and-full-width/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
},
1010
"author": "azu",
1111
"email": "azuciao@gmail.com",
12-
"homepage": "https://github.com/extlint-ja/textlint-rule-spacing",
12+
"homepage": "https://github.com/textlint-ja/textlint-rule-spacing",
1313
"license": "MIT",
1414
"bugs": {
15-
"url": "https://github.com/extlint-ja/textlint-rule-spacing/issues"
15+
"url": "https://github.com/textlint-ja/textlint-rule-spacing/issues"
1616
},
1717
"scripts": {
1818
"build": "NODE_ENV=production babel src --out-dir lib --source-maps",

packages/textlint-rule-ja-no-space-between-half-and-full-width/README.md renamed to packages/textlint-rule-ja-no-space-between-full-width/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ textlint --rule ja-no-space-between-half-and-full-width README.md
2929

3030
## Changelog
3131

32-
See [Releases page](https://github.com/extlint-ja/textlint-rule-spacing/releases).
32+
See [Releases page](https://github.com/textlint-ja/textlint-rule-spacing/releases).
3333

3434
## Running tests
3535

@@ -41,7 +41,7 @@ Install devDependencies and Run `npm test`:
4141

4242
Pull requests and stars are always welcome.
4343

44-
For bugs and feature requests, [please create an issue](https://github.com/extlint-ja/textlint-rule-spacing/issues).
44+
For bugs and feature requests, [please create an issue](https://github.com/textlint-ja/textlint-rule-spacing/issues).
4545

4646
1. Fork it!
4747
2. Create your feature branch: `git checkout -b my-new-feature`

packages/textlint-rule-ja-no-space-between-half-and-full-width/package.json renamed to packages/textlint-rule-ja-no-space-between-full-width/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "textlint-rule-ja-no-space-between-half-and-full-width",
2+
"name": "textlint-rule-ja-no-space-between-full-width",
33
"version": "1.0.0",
44
"description": "半角文字と全角文字のスペースについてのtextlintルール",
55
"main": "lib/index.js",
@@ -9,10 +9,10 @@
99
},
1010
"author": "azu",
1111
"email": "azuciao@gmail.com",
12-
"homepage": "https://github.com/extlint-ja/textlint-rule-spacing",
12+
"homepage": "https://github.com/textlint-ja/textlint-rule-spacing",
1313
"license": "MIT",
1414
"bugs": {
15-
"url": "https://github.com/extlint-ja/textlint-rule-spacing/issues"
15+
"url": "https://github.com/textlint-ja/textlint-rule-spacing/issues"
1616
},
1717
"scripts": {
1818
"build": "NODE_ENV=production babel src --out-dir lib --source-maps",

packages/textlint-rule-ja-space-around-code/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ textlint --rule ja-space-around-code README.md
2929

3030
## Changelog
3131

32-
See [Releases page](https://github.com/extlint-ja/textlint-rule-spacing/releases).
32+
See [Releases page](https://github.com/textlint-ja/textlint-rule-spacing/releases).
3333

3434
## Running tests
3535

@@ -41,7 +41,7 @@ Install devDependencies and Run `npm test`:
4141

4242
Pull requests and stars are always welcome.
4343

44-
For bugs and feature requests, [please create an issue](https://github.com/extlint-ja/textlint-rule-spacing/issues).
44+
For bugs and feature requests, [please create an issue](https://github.com/textlint-ja/textlint-rule-spacing/issues).
4545

4646
1. Fork it!
4747
2. Create your feature branch: `git checkout -b my-new-feature`

0 commit comments

Comments
 (0)