Browse Source

Update node.asciidoc

Typo
Clinton Gormley 9 years ago
parent
commit
d2f25416e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/modules/node.asciidoc

+ 1 - 1
docs/reference/modules/node.asciidoc

@@ -82,7 +82,7 @@ cluster health to have a stable master node.
 Any master-eligible node (all nodes by default) may be elected to become the
 master node by the <<modules-discovery-zen,master election process>>.
 
-IMPORTANT: Master nodes must still access to the `data/` directory (just like 
+IMPORTANT: Master nodes must have access to the `data/` directory (just like 
 `data` nodes) as this is where the cluster state is persisted between node restarts.
 
 Indexing and searching your data is CPU-, memory-, and I/O-intensive work