From 48bc81f387d12d1c64cc088d0dcd1bde78d8f25e Mon Sep 17 00:00:00 2001 From: "fuder.eth" <139509124+vtjl10@users.noreply.github.com> Date: Sun, 15 Dec 2024 14:23:45 +0100 Subject: [PATCH] Update README.md --- packages/ui/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/README.md b/packages/ui/README.md index 0ef0b56aee9..719d2a67cfd 100644 --- a/packages/ui/README.md +++ b/packages/ui/README.md @@ -74,7 +74,7 @@ To account for screen size references, components take in props to adapt custom ``` -When components cannot take in these props or a value needs to be resued multiple times, the `useMedia` hook allows these same breakpoint values to be defined programmatically. +When components cannot take in these props or a value needs to be reused multiple times, the `useMedia` hook allows these same breakpoint values to be defined programmatically. ### Colors