Skip to content

Commit

Permalink
Merge pull request kubernetes#6220 from krousey/minor_doc_fix
Browse files Browse the repository at this point in the history
Fixing a small grammatical error in the pod states documentation.
  • Loading branch information
vmarmol committed Mar 31, 2015
2 parents 27ec6c9 + d3312e2 commit e2dcf29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pod-states.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e2dcf29

Please sign in to comment.