Skip to content

Commit d5a40ba

Browse files
rszczersnatefaubion
authored andcommitted
Update UnknownImport.md (#251)
Typo
1 parent 93c740c commit d5a40ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

errors/UnknownImport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ This error occurs when trying to import a name which does not exist.
1919
## Fix
2020

2121
- Check spelling of any imported names.
22-
- Check dependencies to make sure you are using the correct versions. You can use [Pursuit](https//pursuit.purescript.org/) to check which package versions define the names you are trying to import.
22+
- Check dependencies to make sure you are using the correct versions. You can use [Pursuit](https://pursuit.purescript.org/) to check which package versions define the names you are trying to import.
2323

2424
## Notes

0 commit comments

Comments
 (0)