Skip to content

Commit 77b64a7

Browse files
authored
Fix typo, fastOptJS to fastLinkJS
1 parent 66bbaf6 commit 77b64a7

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)