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: docs/reference/process.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
@@ -73,7 +73,7 @@ Additionally, the [directive values](#directives) for the given task can be acce
73
73
: Declare a file input. The received value should be a file or collection of files and will be staged into the task directory.
74
74
75
75
: :::{tip}
76
-
See {ref}`process-multiple-input-files` for more information about accepting a collection of files instead of a single value.
76
+
See {ref}`process-multiple-input-files` for more information about accepting collections of files.
77
77
:::
78
78
79
79
: The argument can be an identifier or string. If an identifier, the received value will be made available to the process body as a variable. If a string, the received value will be staged into the task directory under the given alias.
0 commit comments