Skip to content

Commit af8ba12

Browse files
tisonkunanmolnar
authored andcommitted
Fix typos in index.md
Author: tison <[email protected]> Reviewers: [email protected] Closes apache#812 from TisonKun/document_2
1 parent fa05ddf commit af8ba12

File tree

1 file changed

+2
-2
lines changed
  • zookeeper-docs/src/main/resources/markdown

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ ask the [mailing list](http://zookeeper.apache.org/mailing_lists.html) or browse
3030
archives.
3131

3232
+ **ZooKeeper Overview**
33-
Technical Overview Documents for Client Developers, Adminstrators, and Contributors
33+
Technical Overview Documents for Client Developers, Administrators, and Contributors
3434
+ [Overview](zookeeperOver.html) - a bird's eye view of ZooKeeper, including design concepts and architecture
3535
+ [Getting Started](zookeeperStarted.html) - a tutorial-style guide for developers to install, run, and program to ZooKeeper
3636
+ [Release Notes](releasenotes.html) - new developer and user facing features, improvements, and incompatibilities
3737
+ **Developers**
3838
Documents for Developers using the ZooKeeper Client API
3939
+ [API Docs](api/index.html) - the technical reference to ZooKeeper Client APIs
4040
+ [Programmer's Guide](zookeeperProgrammers.html) - a client application developer's guide to ZooKeeper
41-
+ [ZooKeeper Java Example](javaExample.html) - a simple Zookeeper client appplication, written in Java
41+
+ [ZooKeeper Java Example](javaExample.html) - a simple Zookeeper client application, written in Java
4242
+ [Barrier and Queue Tutorial](zookeeperTutorial.html) - sample implementations of barriers and queues
4343
+ [ZooKeeper Recipes](recipes.html) - higher level solutions to common problems in distributed applications
4444
+ **Administrators & Operators**

0 commit comments

Comments
 (0)