Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Rate limit · GitHub

Whoa there!

You have triggered an abuse detection mechanism.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

joshenlim committed Mar 23, 2023
1 parent dc741f3 commit de20ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion studio/components/ui/ClientLoadingError.tsx
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ export interface ClientLoadingErrorProps {

const ClientLoadingError = ({
projectRef,
description = 'An error has occured',
description = 'An error has occurred',
}: ClientLoadingErrorProps) => {
return (
<div className="px-6 py-4 bg-scale-400 border border-scale-600 rounded flex justify-between items-center">

0 comments on commit de20ff2

Please sign in to comment.