Skip to content

Commit

Permalink
Fix more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tillarnold committed Feb 15, 2018
1 parent 0aaa571 commit 1b1ee59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Resets the canvas.
Resets all the transforms.

### l.clearWithTransforms()
clears the canvas event if there have been transforms applied. The tansforms are preserved.
Clears the canvas event if there have been transforms applied. The tansforms are preserved.

### l.fillRectCenteredAt(x, y, w, h)
Fills a rectangle centered at `x`/`y` with a widht of `w` and a hight of `h`.
Expand All @@ -126,10 +126,10 @@ Fills a rectangle centered at `x`/`y` with a widht of `w` and a hight of `h`.
Strokes a rectangle centered at `x`/`y` with a widht of `w` and a hight of `h`.

### l.fillTextCenteredAt(text, x, y)
Fills the thext `text` centered at `x`/`y`.
Fills the the text `text` centered at `x`/`y`.

### l.strokeTextCenteredAt(text, x, y)
Strokes the thext `text` centered at `x`/`y`.
Strokes the the text `text` centered at `x`/`y`.

### l.drawImageCenteredAt(...)
Like `drawImage` on `CanvasRenderingContext2D` this method has 3 different signatures.
Expand Down

0 comments on commit 1b1ee59

Please sign in to comment.