Skip to content

Commit b2a6fed

Browse files
keysmashesmr-c
authored andcommitted
Fix bad heading in chapter 13 (#112)
Chapter 13 ("JavaScript Expressions") had a heading that referenced parameter references, presumably copy-pasted from chapter 6, so I changed it to refer to JavaScript expressions.
1 parent 0793d72 commit b2a6fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/13-expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Note that requirements must be provided as an array, with each entry (in this
8686
case, only `class: InlineJavascriptRequirement`) marked by a `-`. The same
8787
syntax is used to describe the additional command line arguments.
8888

89-
> ## Where are parameter references allowed?
89+
> ## Where are JavaScript expressions allowed?
9090
> Just like [parameter references]({{ page.root }}{% link _episodes/06-params.md %}), you can use JavaScript Expressions
9191
> only in certain fields. These are:
9292
>

0 commit comments

Comments
 (0)