[KYUUBI #3203] [DOCS] Fix typo

### Change
Minor change

Closes #3203 from legendtkl/typoFix.

Closes #3203

01f3f155 [taokelu] [Docs] fix typo

Authored-by: taokelu <taokelu@bytedance.com>
Signed-off-by: Cheng Pan <chengpan@apache.org>
This commit is contained in:
taokelu 2022-08-09 14:34:07 +08:00 committed by Cheng Pan
parent 7720c9f6e2
commit e48205d76b
No known key found for this signature in database
GPG Key ID: 8001952629BCC75D

View File

@ -26,7 +26,7 @@ The ``ApplicationManager`` leverages methods provided by application operation i
An ``ApplicationOperation`` implementation is usually built upon clients or APIs provided by cluster managers, such as Hadoop YARN, Kubernetes, etc.
For now, Kyuubi has already supported serval built-in application operations:
For now, Kyuubi has already supported several built-in application operations:
- ``JpsApplicationOperation``: an operation that can manage apps with a local process, e.g. a local mode spark application
- ``YarnApplicationOperation``: an operation that can manage apps with a Hadoop Yarn cluster, e.g. a spark on yarn application