Skip to content

Commit

Permalink
docs: Fix typo in test_driver.set_permission() usage example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Kubo da Costa authored and sideshowbarker committed Dec 11, 2019
1 parent f3b8e27 commit 57f28f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/writing-tests/testdriver.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ For example, to send the tab key you would send "\uE004".

### set_permission

Usage: `test-driver.set_permission(descriptor, state, one_realm)`
Usage: `test_driver.set_permission(descriptor, state, one_realm)`
* _descriptor_: a
[PermissionDescriptor](https://w3c.github.io/permissions/#dictdef-permissiondescriptor)
or derived object
Expand Down

0 comments on commit 57f28f8

Please sign in to comment.