Skip to content

Commit

Permalink
Fix typo (sergiodxa#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
albisserAdrian authored Feb 9, 2023
1 parent 667df13 commit c989dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ Helper function to create a Not Found (404) response with a JSON body.
import { notFound } from "remix-utils";

export async function loader() {
throw notFound({ message: "This doesn't exists." });
throw notFound({ message: "This doesn't exist." });
}
```

Expand Down

0 comments on commit c989dbb

Please sign in to comment.