Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Tidy up comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Dom Harrington committed Oct 3, 2017
1 parent 0e3e9dc commit 070e2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-explorer-ui/src/AuthBox.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class AuthBox extends React.Component {
}

componentWillReceiveProps(nextProps) {
// when auth is needed we want to open the authBox and show warning 600ms later
// When auth is needed we want to open the authBox and show warning 600ms later
if (nextProps.needsAuth) {
this.setState({ open: true });
setTimeout(() => {
Expand Down

0 comments on commit 070e2d8

Please sign in to comment.