Skip to content
This repository was archived by the owner on Sep 7, 2021. It is now read-only.

Commit 99b6dec

Browse files
Merge pull request #31 from olehsrh/patch-1
Fix typo in header-bar.js
2 parents eef10e2 + b3b73ef commit 99b6dec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/header-bar/header-bar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ define(
8787
</li>
8888
</ul>
8989
</li>
90-
{ /* ontrol Sidebar Toggle Button */}
90+
{ /* Control Sidebar Toggle Button */}
9191
<li>
9292
<a href="#" data-toggle="control-sidebar"><i className="fa fa-gears"></i></a>
9393
</li>
@@ -101,4 +101,4 @@ define(
101101

102102
return HeaderBar;
103103
}
104-
)
104+
)

0 commit comments

Comments
 (0)