Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tillarnold committed Feb 15, 2018
1 parent fd53219 commit 0aaa571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ This works with all of these properites:
- textAlign
- textBaseline

Additionally this also works with `width` and `height`. So you can do `l.setHeight(400)` (or l.height(400)`) to change the height of the canvas element to 400.
Additionally this also works with `width` and `height`. So you can do `l.setHeight(400)` (or `l.height(400)`) to change the height of the canvas element to 400.
## Passthrough methods
There are methods on `CanvasRenderingContext2D` that do return something. So we can't chain on these methods. They behave exactly as if they were called on the context.

Expand Down

0 comments on commit 0aaa571

Please sign in to comment.