Fix document: 'stage' is a string instead of array
What does this MR do and why?
What
- Correcting the wrong description in the documentation:
toStage is an array
stage is a String
- Correcting the wrong example about
stage
in the docs
Why
Only string is valid stage
, which can be easily verified.
cc @prajnamas
Edited by Zhiyuan Lu