Skip to content

Commit 78b1f4a

Browse files
committed
Fixed spelling mistake.
1 parent b20aeab commit 78b1f4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/doxdox-cli/src/index.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ describe('cli', () => {
8989

9090
await fs.unlink('./temp.md');
9191
});
92-
it('set output (inside exisiting directory)', async () => {
92+
it('set output (inside existing directory)', async () => {
9393
const { stdout } = await execAsync(
9494
`./dist/src/index.js -o src/temp.md`
9595
);
@@ -104,7 +104,7 @@ describe('cli', () => {
104104

105105
await fs.unlink('./src/temp.md');
106106
});
107-
it('set output (inside non-exisiting directory)', async () => {
107+
it('set output (inside non-existing directory)', async () => {
108108
const { stdout } = await execAsync(
109109
`./dist/src/index.js -o temp/temp.md`
110110
);

0 commit comments

Comments
 (0)