diff --git a/js/src/common/components/Navigation.js b/js/src/common/components/Navigation.js index 5de2671d0..559cfb2f3 100644 --- a/js/src/common/components/Navigation.js +++ b/js/src/common/components/Navigation.js @@ -11,7 +11,7 @@ import LinkButton from './LinkButton'; * If the app has a pane, it will also include a 'pin' button which toggles the * pinned state of the pane. * - * Accepts the following props: + * Accepts the following attrs: * * - `className` The name of a class to set on the root element. * - `drawer` Whether or not to show a button to toggle the app's drawer if @@ -23,7 +23,7 @@ export default class Navigation extends Component { return (