fix(curriculum): remove whitespace typo (#39009)

This commit is contained in:
Nicholas Carrigan
2020-06-05 07:08:38 -07:00
committed by GitHub
parent 75d2cc016f
commit 62dcb1f3fa

View File

@ -22,7 +22,7 @@ Example:
```js
var ourStr = "I come first. " + "I come second.";
// ourStr is "I come first. I come second."
// ourStr is "I come first. I come second."
```
</section>