Skip to content

Commit ec7e449

Browse files
j-wenningZelenya
authored andcommitted
single-space sentence
Co-authored-by: Zelenya <[email protected]>
1 parent a60db14 commit ec7e449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/chapter10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@ Test.gcd(15)(20);
11181118

11191119
Here, I am assuming that the code was compiled with `spago build`, which compiles PureScript modules to ES modules. For that reason, I was able to reference the `gcd` function on the `Test` object, after importing the `Test` module using `import`.
11201120

1121-
You can also use the `spago bundle-app` and `spago bundle-module` commands to bundle your generated JavaScript into a single file. Consult [the documentation](https://github.com/purescript/spago#bundle-a-project-into-a-single-js-file) for more information.
1121+
You can also use the `spago bundle-app` and `spago bundle-module` commands to bundle your generated JavaScript into a single file. Consult [the documentation](https://github.com/purescript/spago#bundle-a-project-into-a-single-js-file) for more information.
11221122

11231123
### Understanding Name Generation
11241124

0 commit comments

Comments
 (0)