Skip to content

Commit 449fe03

Browse files
typo
1 parent 2771d79 commit 449fe03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/quote/Quote.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const Quote = () => {
1818

1919
const contextQuote = useContext(ContextQuote)
2020
if (!contextQuote) {
21-
throw new Error('Users must be used within a ContextQuote.Provider')
21+
throw new Error('Quote must be used within a ContextQuote.Provider')
2222
}
2323
const quoteRef = contextQuote
2424

0 commit comments

Comments
 (0)