Skip to content

Commit 30d37f3

Browse files
committed
refactor(src): fix typo
1 parent 38ed132 commit 30d37f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/types.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,8 @@ export interface PluginTesterOptions {
248248
*/
249249
titleNumbering?: (typeof validTitleNumberingValues)[number];
250250
/**
251-
* Setting this option to `true` will restart test title numbering starting at 1.
251+
* This is a `pluginTester` option used to restart test title numbering. Set
252+
* this value to `true` to restart automatic title numbering at 1.
252253
*
253254
* @default false
254255
* @see https://npm.im/babel-plugin-tester#restartTitleNumbering

0 commit comments

Comments
 (0)