Skip to content

Commit b05e898

Browse files
authored
Merge pull request #536 from vmunier/patch-1
Fix typo, fastOptJS to fastLinkJS
2 parents 66bbaf6 + 77b64a7 commit b05e898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial/basic/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def main(args: Array[String]): Unit = {
188188

189189
### Rebuild the JavaScript
190190

191-
To rebuild the JavaScript, simply invoke `fastOptJS` again:
191+
To rebuild the JavaScript, simply invoke `fastLinkJS` again:
192192

193193
sbt:Scala.js Tutorial> fastLinkJS
194194
[info] Compiling 1 Scala source to (...)/scalajs-tutorial/target/scala-2.13/classes ...

0 commit comments

Comments
 (0)