Skip to content

Commit 8abc8ff

Browse files
authored
Merge pull request robotframework#2590 from louib/fix/doc_custom_modifications
Doc : Fixed typo for custom modifications.
2 parents dc0581a + 29d73bb commit 8abc8ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/userguide/src/ExecutingTestCases/ConfiguringExecution.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ Programmatic modification of test data
505505
--------------------------------------
506506

507507
If the provided built-in features to modify test data before execution
508-
are not enough, Robot Framework 2.9 and newer provide a possible to do
508+
are not enough, Robot Framework 2.9 and newer makes it possible to do
509509
custom modifications programmatically. This is accomplished by creating
510510
a so called *pre-run modifier* and activating it using the
511511
:option:`--prerunmodifier` option.

doc/userguide/src/ExecutingTestCases/OutputFiles.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ Programmatic modification of results
585585
------------------------------------
586586

587587
If the provided built-in features to modify results are are not enough,
588-
Robot Framework 2.9 and newer provide a possible to do custom modifications
588+
Robot Framework 2.9 and newer makes it possible to do custom modifications
589589
programmatically. This is accomplished by creating a model modifier and
590590
activating it using the :option:`--prerebotmodifier` option.
591591

0 commit comments

Comments
 (0)