Explorar el Código

Fix typos in index.md

Author: tison <wander4096@gmail.com>

Reviewers: andor@apache.org

Closes #812 from TisonKun/document_2
tison hace 6 años
padre
commit
af8ba12ab0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      zookeeper-docs/src/main/resources/markdown/index.md

+ 2 - 2
zookeeper-docs/src/main/resources/markdown/index.md

@@ -30,7 +30,7 @@ ask the [mailing list](http://zookeeper.apache.org/mailing_lists.html) or browse
 archives.
 
 + **ZooKeeper Overview**
-    Technical Overview Documents for Client Developers, Adminstrators, and Contributors
+    Technical Overview Documents for Client Developers, Administrators, and Contributors
     + [Overview](zookeeperOver.html) - a bird's eye view of ZooKeeper, including design concepts and architecture
     + [Getting Started](zookeeperStarted.html) - a tutorial-style guide for developers to install, run, and program to ZooKeeper
     + [Release Notes](releasenotes.html) - new developer and user facing features, improvements, and incompatibilities
@@ -38,7 +38,7 @@ archives.
     Documents for Developers using the ZooKeeper Client API
     + [API Docs](api/index.html) - the technical reference to ZooKeeper Client APIs
     + [Programmer's Guide](zookeeperProgrammers.html) - a client application developer's guide to ZooKeeper
-    + [ZooKeeper Java Example](javaExample.html) - a simple Zookeeper client appplication, written in Java
+    + [ZooKeeper Java Example](javaExample.html) - a simple Zookeeper client application, written in Java
     + [Barrier and Queue Tutorial](zookeeperTutorial.html) - sample implementations of barriers and queues
     + [ZooKeeper Recipes](recipes.html) - higher level solutions to common problems in distributed applications
 + **Administrators & Operators**