Skip to content

Commit 96a236c

Browse files
author
Alan Christie
committed
docs: Doc tweak
1 parent 922f32c commit 96a236c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

decoder/job-definition-schema.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,11 +189,11 @@ definitions:
189189
pattern: '^([1-9][0-9]{2,3}Mi|[1-9][0-9]{0,1}Gi)$'
190190

191191
# The 'combine' trait.
192-
# This declares the name of an input that is typically
192+
# This declares the name of an input vbariable that is typically
193193
# a series of files that the job combines, producing a single output.
194-
# A job with a 'combine' trait is esentially a "combiner" - somewthing
194+
# A job with a 'combine' trait is esentially a "combiner" - something
195195
# that processes a number of files, all presented to the Job via
196-
# the named variable. If the Job combines files using its "--source"
196+
# tonehe named variable. If the Job combines files using its "--source"
197197
# input property it would have a "combine: source" trait.
198198
#
199199
# The value of the "combine" property should be the name of an

0 commit comments

Comments
 (0)