Skip to content

Commit 38abe5d

Browse files
authored
Replace references to pulp with spago in error docs (#298)
1 parent 8abc716 commit 38abe5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

errors/CycleInDeclaration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Example
44

55
```text
6-
$ pulp repl
6+
$ spago repl
77
88
> x = x
99
Error found:

errors/ModuleNotFound.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ Check that:
2121

2222
- you have spelled the name of the module correctly,
2323
- if the module comes from a library, that you have installed that library in your project,
24-
- you have supplied the filename of the module to `purs build` on the command line (note that build tools, such as `webpack` or `pulp`, should generally take care of this for you; if in doubt, check their documentation).
24+
- you have supplied the filename of the module to `purs build` on the command line (note that build tools, such as `webpack`, `parcel` or `spago`, should generally take care of this for you; if in doubt, check their documentation).
2525

2626
If you know which module you are looking for but are unsure which library it comes from, you can search for it on <https://pursuit.purescript.org>.

0 commit comments

Comments
 (0)