diff --git a/doc/release_notes/archive/v0.1.0.rst b/doc/release_notes/archive/v0.1.0.rst index f0923b84..84297780 100644 --- a/doc/release_notes/archive/v0.1.0.rst +++ b/doc/release_notes/archive/v0.1.0.rst @@ -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 diff --git a/doc/specs/implemented/improve_scenario_output_format.rst b/doc/specs/implemented/improve_scenario_output_format.rst index 98ca6918..751f7b7a 100644 --- a/doc/specs/implemented/improve_scenario_output_format.rst +++ b/doc/specs/implemented/improve_scenario_output_format.rst @@ -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": [[, ], ...] # Additive data },