Skip to content

Commit a1a9779

Browse files
committed
fix(postinstall): fix typo in name
1 parent 6c8af4f commit a1a9779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-tab/postinstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
console.log(`Pattern Lab Node Plugin - "plugin-tab" installed.
2-
Use the CLI to install this: patternlab install --plugins @pattern-lab/tab
2+
Use the CLI to install this: patternlab install --plugins @pattern-lab/plugin-tab
33
Configure or disable this plugin inside your patternlab-config.json file.
44
Add tabs to the Pattern Lab UI by adding file extensions to the "tabsToAdd" array on the plugins['@pattern-lab/plugin-tab'].options object.
55
`);

0 commit comments

Comments
 (0)