Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Commit 6c369fc

Browse files
committed
chore: fix ControlFeedback in styleguidist
1 parent 358014d commit 6c369fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styleguide.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module.exports = {
4141
path.resolve(__dirname, 'src/Box.js'),
4242
path.resolve(__dirname, 'src/Button.js'),
4343
path.resolve(__dirname, 'src/Checkbox.js'),
44-
path.resolve(__dirname, 'src/ControlFeedBack.js'),
44+
path.resolve(__dirname, 'src/ControlFeedback.js'),
4545
path.resolve(__dirname, 'src/FormCheck.js'),
4646
path.resolve(__dirname, 'src/FormCheckLabel.js'),
4747
path.resolve(__dirname, 'src/FormGroup.js'),

0 commit comments

Comments
 (0)