Skip to content

Commit

Permalink
Fix leverage on -> leverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ghivert committed Nov 28, 2024
1 parent c52bd0e commit 6890893
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 @@ -3,9 +3,9 @@
React opinionated bindings for Gleam. Use React directly from Gleam, with a
friendly API that will never go in your path. Redraw tries to stick to React
conventions, while providing idiomatic Gleam code. Write interoperable code
between React and Gleam code, reuse existing components, and leverage on
type-safe components & immutable data structure. Forget runtime errors, and
write React components that just works.
between React and Gleam code, reuse existing components, and leverage type-safe
components & immutable data structure. Forget runtime errors, and write React
components that just works.

> [!TIP]
>
Expand Down

0 comments on commit 6890893

Please sign in to comment.