Skip to content

Commit 38b5479

Browse files
authored
Merge pull request #5 from thaind97git/develop
Correctly term
2 parents 8f335ad + 0520953 commit 38b5479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/main/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const Main: React.FC = () => {
4545
render={props => {
4646
updateDisplayLayout(currentLayout, layout);
4747
/**
48-
* Use this for authentication like admin page
48+
* Use this code for authorization like admin page
4949
*/
5050
// return (
5151
// <Auth>

0 commit comments

Comments
 (0)