Skip to content

Commit 2806ea8

Browse files
committed
chore: putout: typos
1 parent 1e0b7a4 commit 2806ea8

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2923,7 +2923,7 @@ import {OK} from 'putout/exit-codes';
29232923
- 🎩[**ESCover**](https://github.com/coderaiser/escover): Coverage for EcmaScript Modules.
29242924
- ♨️ [**Speca**](https://github.com/coderaiser/speca): Write [tape](https://github.com/coderaiser/supertape) tests for you.
29252925
- 🤫[**Goldstein**](https://github.com/coderaiser/goldstein): JavaScript with no limits.
2926-
- 🎬[**MadCut**](https://github.com/coderaiser/goldstein): CLI tool to cut markdown into peaces.
2926+
- 🎬[**MadCut**](https://github.com/coderaiser/goldstein): CLI tool to cut markdown into pieces.
29272927
- [**Minify**](https://github.com/coderaiser/minify): a minifier of js, css, html and img files.
29282928
- [**RedPut**](https://github.com/putoutjs/redput) - CLI tool to download source of a rule and fixtures from 🐊**Putout Editor** and generate tests from it.
29292929
- [**RedLint**](https://github.com/putoutjs/redlint) - Linter for your Filesystem 😏💾.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export default async ({readFile, argv}) => {
2-
for (const [index, peace] of peaces) {
2+
for (const [index, peace] of pieces) {
33
}
44
};
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export default () => {
2-
for (const [index, peace] of peaces) {
2+
for (const [index, peace] of pieces) {
33
}
44
};
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {cut, infer} from './madcut.js';
22

33
export default async ({readFile, argv}) => {
4-
for (const [] of peaces) {}
4+
for (const [] of pieces) {}
55
};

packages/plugin-remove-empty/lib/pattern/fixture/null.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ import {
44
} from './madcut.js';
55

66
export default async ({readFile, argv}) => {
7-
for (const [,] of peaces) {
7+
for (const [,] of pieces) {
88
}
99
};

packages/plugin-remove-nested-blocks/test/putout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const putout = require('putout');
77
test('putout: plugin: remove-nested-blocks: remove-empty', (t) => {
88
const {code} = putout(montag`
99
export default () => {
10-
for (const [index, peace] of peaces) {
10+
for (const [index, peace] of pieces) {
1111
}
1212
}
1313
`, {

0 commit comments

Comments
 (0)