Skip to content

Commit

Permalink
chore(touchtarget): Fixed typo in README.md
Browse files Browse the repository at this point in the history
Missed double quotation mark
  • Loading branch information
kolegm authored and joyzhong committed Nov 21, 2019
1 parent 55278df commit 19ecc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-touch-target/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ For a given button component:
You would add an increased touch target as follows:

```html
<div class="mdc-touch-target-wrapper>
<div class="mdc-touch-target-wrapper">
<button class="mdc-button mdc-button--touch">
<div class="mdc-button__ripple"></div>
<span class="mdc-button__label">My Accessible Button</span>
Expand Down

0 comments on commit 19ecc29

Please sign in to comment.