Skip to content

Commit ebcd593

Browse files
Fix typos in user guide (#5378)
1 parent 514240e commit ebcd593

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/userguide/src/ExtendingRobotFramework/CreatingTestLibraries.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ override possible existing class attributes.
402402

403403
When a class is decorated with the `@library` decorator, it is used as a library
404404
even when a `library import refers only to a module containing it`__. This is done
405-
regardless does the the class name match the module name or not.
405+
regardless does the class name match the module name or not.
406406

407407
.. note:: The `@library` decorator is new in Robot Framework 3.2,
408408
the `converters` argument is new in Robot Framework 5.0, and

doc/userguide/src/ExtendingRobotFramework/ListenerInterface.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ Listener examples
828828
-----------------
829829

830830
This section contains examples using the listener interface. First examples
831-
illustrate getting notifications durin execution and latter examples modify
831+
illustrate getting notifications during execution and latter examples modify
832832
executed tests and created results.
833833

834834
Getting information

0 commit comments

Comments
 (0)