Skip to content

Commit adc9bcf

Browse files
Update The-event_firing.md
1 parent 3c31002 commit adc9bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/The-event_firing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public class UsersWebDriverEventListener implements AppiumWebDriverEventListener
125125
```
126126
# Also
127127

128-
As soon as Appium java client has Java 8-style API (methods with default implementation) there was provided the ability to get objects created by these interfaces (anonymous types) listenable. Also there is an option is to make some objects (some single element that has been found, for example) listenable too.
128+
As soon as Appium java client has *Java 8-style* API (methods with default implementation) there was provided the ability to get objects created by these interfaces (anonymous types) listenable. Also there is an option to make some objects (some single element that has been found, for example) listenable too.
129129

130130
```java
131131
import static io.appium.java_client.events.EventFiringObjectFactory.getEventFiringObject;

0 commit comments

Comments
 (0)