Fix typos in the docs

Change-Id: I204c72af3e28bdae9dee09f7a3f980b6b4c31654
This commit is contained in:
zhangyanxian 2016-08-23 01:17:46 +00:00
parent 496b684c0a
commit 85ae5b495c
2 changed files with 3 additions and 3 deletions

View File

@ -301,7 +301,7 @@ New Features & API changes
* **New Rally task reports**
* New code is based on OOP style which is base step to make plugable Reports
* New code is based on OOP style which is base step to make pluggable Reports
* Reports are now generated for only one iteration over the resulting data
which resolves scalability issues when we are working with large
@ -329,7 +329,7 @@ Specs & Feature requests
[feature request] Explicitly specify existing users for scenarios
[feature request] Improve install script and add --unistall and --version
[feature request] Improve install script and add --uninstall and --version
[feature request] Allows specific repos & packages in install-rally.sh

View File

@ -112,7 +112,7 @@ Here is proposed iterations results structure for output data:
# existent Chart subclass that is responsible for processing
# and displaying the data
{"title": "How some durations changes during the scenario",
"description": "Some details explaind here",
"description": "Some details explained here",
"chart": "OutputStackedAreaChart",
"items": [[<str key>, <float value>], ...] # Additive data
},