You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.MD
+1-1
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ The `AxeObserver` constructor takes two parameters:
46
46
-`axeCoreConfiguration` (optional). A configuration object for axe-core. Read about the object here in the [axe-core docs](https://github.com/dequelabs/axe-core/blob/master/doc/API.md#api-name-axeconfigure) and see the `agnostic-axe` source code for the default options used.
47
47
-`axeCoreInstanceCallback` (optional). A function that is invoked with the instance of [axe-core](https://github.com/dequelabs/axe-core) used by module. It can be used for complex interactions with the [axe-core API](https://github.com/dequelabs/axe-core/blob/develop/doc/API.md) such as registering plugins.
48
48
49
-
The `AxeObserver.observe` method takes two parameters:
49
+
The `AxeObserver.observe` method takes one parameter:
50
50
51
51
-`targetNode` (required). The node that should be observed & analyzed.
0 commit comments