Skip to content

Commit 6a28fdd

Browse files
committed
Fix typo
1 parent f57e393 commit 6a28fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spago.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ When creating a new Spago project, you can use
1010
`spago init --no-comments` or `spago init -C`
1111
to generate this file without the comments in this block.
1212
-}
13-
, name = "purescript-concur-starter"
13+
{ name = "purescript-concur-starter"
1414
, dependencies =
1515
[ "concur-core", "concur-react", "console", "effect", "prelude" ]
1616
, packages = ./packages.dhall

0 commit comments

Comments
 (0)