diff --git a/docs/solutions/media_sequence.md b/docs/solutions/media_sequence.md index e6bd5fd44..48b4530c8 100644 --- a/docs/solutions/media_sequence.md +++ b/docs/solutions/media_sequence.md @@ -85,7 +85,7 @@ process new data sets, in the documentation of MediaSequence uses SequenceExamples as the format of both inputs and outputs. Annotations are encoded as inputs in a SequenceExample of metadata - that defines the labels and the path to the cooresponding video file. This + that defines the labels and the path to the corresponding video file. This metadata is passed as input to the C++ `media_sequence_demo` binary, and the output is a SequenceExample filled with images and annotations ready for model training.