Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kimonp committed Dec 28, 2023
1 parent 478fb26 commit cbbdac4
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 @@ -30,6 +30,6 @@ Defines a `GameOfLifeGrid` component that renders the game of life (with several
and a `FramesPerSecond` component which shows how many frames per seconds are being rendered (which
depends on the monitor frame rate).

This is stitched together using a `use_animation_frame()` hook returns a `frame_id` that can be used
This is stitched together using a `use_animation_frame()` hook that returns a `frame_id` which can be used
to trigger `use_effect` calls to render each frame (for the grid, and frames per second). Also returns
`frames_running`, which can be set false or true to stop or start the frames.

0 comments on commit cbbdac4

Please sign in to comment.