You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by hu...@apache.org on 2022/03/03 22:08:40 UTC

[helix] branch master updated: [HELIX-862] s/maintainence/maintenance docs fix (#1968)

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

hulee pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git


The following commit(s) were added to refs/heads/master by this push:
     new cfabb47  [HELIX-862] s/maintainence/maintenance docs fix (#1968)
cfabb47 is described below

commit cfabb47b9b7f056a24ca8dbb3238b29514219783
Author: Micah Stubbs <mi...@gmail.com>
AuthorDate: Thu Mar 3 14:08:34 2022 -0800

    [HELIX-862] s/maintainence/maintenance docs fix (#1968)
---
 website/src/site/markdown/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/src/site/markdown/index.md b/website/src/site/markdown/index.md
index afea5cb..ad4732f 100644
--- a/website/src/site/markdown/index.md
+++ b/website/src/site/markdown/index.md
@@ -37,7 +37,7 @@ To understand Helix, you first need to understand __cluster management__. A dist
 
 Each node performs one or more of the primary functions of the cluster, such as storing and serving data, producing and consuming data streams, and so on. __Once configured for your system, Helix acts as the global brain for the system__. It is designed to make decisions that cannot be made in isolation.  Examples of such decisions that require global knowledge and coordination:
 
-* scheduling of maintainence tasks, such as backups, garbage collection, file consolidation, index rebuilds
+* scheduling of maintenance tasks, such as backups, garbage collection, file consolidation, index rebuilds
 * repartitioning of data or resources across the cluster
 * informing dependent systems of changes so they can react appropriately to cluster changes
 * throttling system tasks and changes