Skip to content
Snippets Groups Projects
Commit 27aafc13 authored by akshitkrnagpal's avatar akshitkrnagpal Committed by Saúl Ibarra Corretgé
Browse files

Minor fix in SettingsButton component

parent 541cfd34
No related branches found
No related tags found
No related merge requests found
......@@ -29,9 +29,9 @@ const drawerShortcut = [ 'command+,', 'ctrl+shift+s' ];
/**
* Setttings button for Navigation Bar.
*/
class SettingButton extends Component<Props, *> {
class SettingsButton extends Component<Props, *> {
/**
* Initializes a new {@code SettingButton} instance.
* Initializes a new {@code SettingsButton} instance.
*
* @inheritdoc
*/
......@@ -74,7 +74,7 @@ class SettingButton extends Component<Props, *> {
_onIconClick: (*) => void;
/**
* Open Settings drawer when SettingButton is clicked.
* Open Settings drawer when SettingsButton is clicked.
*
* @returns {void}
*/
......@@ -83,4 +83,4 @@ class SettingButton extends Component<Props, *> {
}
}
export default connect()(SettingButton);
export default connect()(SettingsButton);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment