Skip to content

Commit 8929213

Browse files
committed
Fixed typo
1 parent e993e45 commit 8929213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/syntax/embedding_javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ greet "Coffee"
2323

2424
## Discussion
2525

26-
This is a simple way to integrate small snippets of JavaScript code into your CoffeeScript without converting it over to use CoffeeScript syntax. As shown in the [CoffeeScript Language Reference](http://jashkenas.github.com/coffee-script/#embedded) you can mix to the two languages to a certain extent:
26+
This is a simple way to integrate small snippets of JavaScript code into your CoffeeScript without converting it over to use CoffeeScript syntax. As shown in the [CoffeeScript Language Reference](http://jashkenas.github.com/coffee-script/#embedded) you can mix the two languages to a certain extent:
2727

2828
{% highlight coffeescript %}
2929
hello = `function (name) {

0 commit comments

Comments
 (0)