Skip to content

Commit

Permalink
fix(#273): fix spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
CorinaMurg committed Jul 18, 2024
1 parent 0a9c881 commit 29fa949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(main)/register/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const metadata: Metadata = {
};

/**
* Renders the registartion page.
* Renders the registration page.
* @returns {JSX.Element} The rendered registration page.
*/
const RegisterPage = (): JSX.Element => {
Expand Down

0 comments on commit 29fa949

Please sign in to comment.