Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
docs(drawer): Fix typos in README.md (#3493)
Browse files Browse the repository at this point in the history
  • Loading branch information
robbyrice authored and kfranqueiro committed Sep 4, 2018
1 parent a384cd6 commit 8652ffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mdc-drawer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ npm install @material/drawer
### Styles

```scss
@import "@material/drawer/mdc-list";
@import "@material/drawer/mdc-drawer";
@import "@material/list/mdc-list";
```

### JavaScript Instantiation
Expand Down Expand Up @@ -221,7 +221,7 @@ In the following example, the `mdc-drawer__content` and `main-content` elements
</header>

<main class="main-content" id="main-content">
<div class="mdc-top-app-bar--fixed-adjust"></div>
<div class="mdc-top-app-bar--fixed-adjust">
App Content
</div>
</main>
Expand Down

0 comments on commit 8652ffd

Please sign in to comment.