[Typo] Update 'use' to 'user' (#28245)

This commit is contained in:
Brandon Rodriguez 2019-02-25 11:32:23 -07:00 committed by Michael Goderbauer
parent 910638b0a4
commit c26a69e9cf

View File

@ -39,7 +39,7 @@ enum StepState {
/// A step that is disabled and does not to react to taps.
disabled,
/// A step that is currently having an error. e.g. the use has submitted wrong
/// A step that is currently having an error. e.g. the user has submitted wrong
/// input.
error,
}