Skip to content

Commit

Permalink
chore(remix): fix typo (#4477)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored and kentcdodds committed Dec 15, 2022
1 parent fd48d27 commit 113048d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
- edmundhung
- efkann
- eldarshamukhamedov
- eltociear
- emzoumpo
- eps1lon
- esamattis
Expand Down
2 changes: 1 addition & 1 deletion packages/remix/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This class exists to prevent https://github.com/remix-run/remix/issues/2031 from occuring
// This class exists to prevent https://github.com/remix-run/remix/issues/2031 from occurring
export class RemixNotSetupError extends Error {
constructor() {
super("Did you forget to run `remix setup` for your platform?");
Expand Down

0 comments on commit 113048d

Please sign in to comment.