diff --git a/samples/tasks/contexts/README.rst b/samples/tasks/contexts/README.rst index 245394b8e3..53d01e9d22 100644 --- a/samples/tasks/contexts/README.rst +++ b/samples/tasks/contexts/README.rst @@ -1,5 +1,5 @@ Contexts Configuration Samples ============================== -This directory contains samples how to to define different types of +This directory contains samples how to define different types of environments using context. diff --git a/samples/tasks/runners/README.rst b/samples/tasks/runners/README.rst index b996db69b5..46e4cfa24a 100644 --- a/samples/tasks/runners/README.rst +++ b/samples/tasks/runners/README.rst @@ -1,7 +1,7 @@ Runners Configuration Samples ============================= -This directory contains task runners conficuration samples. +This directory contains task runners configuration samples. Samples here are presented with methods of Dummy scenario. To see samples of usage other scenarios, go to `samples/tasks/scenarios