Merge pull request #6220 from krousey/minor_doc_fix

Fixing a small grammatical error in the pod states documentation.
This commit is contained in:
Victor Marmol 2015-03-31 09:22:57 -07:00
commit e2dcf29878

View File

@ -34,7 +34,7 @@ The number and meanings of `PodStatus` values are tightly guarded. Other than w
### pending
The pod has been accepted by the system, but one or more of the containers has not been started. This includes time before being schedule as well as time spent downloading images over the network, which could take a while.
The pod has been accepted by the system, but one or more of the containers has not been started. This includes time before being scheduled as well as time spent downloading images over the network, which could take a while.
### running