You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _episodes/15-staging.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ directory."
15
15
Normally, input files are located in a read-only directory separate from
16
16
the output directory. This causes problems if the underlying tool expects to
17
17
write its output files alongside the input file in the same directory. You use `InitialWorkDirRequirement` to stage input files into the output directory.
18
-
In this example, we use a Javascript expression to extract the base name of the
18
+
In this example, we use a JavaScript expression to extract the base name of the
0 commit comments