You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2022/08/09 06:34:16 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #3203] [DOCS] Fix typo

This is an automated email from the ASF dual-hosted git repository.

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new e48205d76 [KYUUBI #3203] [DOCS] Fix typo
e48205d76 is described below

commit e48205d76ba293f0aa258a23069012cdeb6673bf
Author: taokelu <ta...@bytedance.com>
AuthorDate: Tue Aug 9 14:34:07 2022 +0800

    [KYUUBI #3203] [DOCS] Fix typo
    
    ### Change
    Minor change
    
    Closes #3203 from legendtkl/typoFix.
    
    Closes #3203
    
    01f3f155 [taokelu] [Docs] fix typo
    
    Authored-by: taokelu <ta...@bytedance.com>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 docs/extensions/server/applications.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/extensions/server/applications.rst b/docs/extensions/server/applications.rst
index 96e569e0e..4aebb6bb9 100644
--- a/docs/extensions/server/applications.rst
+++ b/docs/extensions/server/applications.rst
@@ -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