Index: quickstart.html
===================================================================
--- quickstart.html	(revision 1597426)
+++ quickstart.html	(working copy)
@@ -116,7 +116,7 @@
 Topic:my-replicated-topic	PartitionCount:1	ReplicationFactor:3	Configs:
 	Topic: my-replicated-topic	Partition: 0	Leader: 1	Replicas: 1,2,0	Isr: 1,2,0
 </pre>
-Here is an explanation of output. The first line gives a summary of all the partitions, each additional line gives information about one partition. Since we have only two partitions for this topic there are only two lines.
+Here is an explanation of output. The first line gives a summary of all the partitions, each additional line gives information about one partition. Since we have only one partition for this topic there is only one line.
 <ul>
   <li>"leader" is the node responsible for all reads and writes for the given partition. Each node will be the leader for a randomly selected portion of the partitions.
   <li>"replicas" is the list of nodes that replicate the log for this partition regardless of whether they are the leader or even if they are currently alive.
@@ -169,4 +169,4 @@
 my test message 1
 my test message 2
 <b>^C</b>
-</pre>
\ No newline at end of file
+</pre>
