Skip to content

Commit

Permalink
chore(remix): fix typo (remix-run#4477)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored and midgleyc committed Nov 15, 2022
1 parent b8c10ef commit 85a4fc2
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 @@ -117,6 +117,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 85a4fc2

Please sign in to comment.