Skip to content

Commit

Permalink
docs: Fix typo in text_rendering.md (#2929)
Browse files Browse the repository at this point in the history
Fix a typo in text_rendering.md file.
  • Loading branch information
steambap authored Dec 17, 2023
1 parent 6f79bc5 commit 576fac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/flame/rendering/text_rendering.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class MyGame extends FlameGame {
```

In order to configure aspects of the rendering like font family, size, color, etc, you need to
provide (or amend) a `TextRenderer` with such information; while you can read more details ab out
provide (or amend) a `TextRenderer` with such information; while you can read more details about
this interface below, the simplest implementation you can use is the `TextPaint`, which takes a
Flutter `TextStyle`:

Expand Down

0 comments on commit 576fac3

Please sign in to comment.