Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Oct 16, 2019
1 parent 6e6eff1 commit 0e2f51f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/src/pages/components/popper/SpringPopper.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable react/prop-types */
import React from 'react';
import { makeStyles } from '@material-ui/core/styles';
import Popper from '@material-ui/core/Popper';
Expand Down
1 change: 1 addition & 0 deletions docs/src/pages/components/popper/SpringPopper.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable react/prop-types */
import React from 'react';
import { makeStyles, Theme, createStyles } from '@material-ui/core/styles';
import Popper from '@material-ui/core/Popper';
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/components/tree-view/tree-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ Tree views can be used to represent a file system navigator displaying folders a

(WAI-ARIA: https://www.w3.org/TR/wai-aria-practices/#TreeView)

The component's accessibility is compelete and built-in, no assistance is required.
The component's accessibility is complete, no assistance is required.

0 comments on commit 0e2f51f

Please sign in to comment.