Skip to content

Commit

Permalink
fix(TS): fix typo in type definition for suggestions (#642)
Browse files Browse the repository at this point in the history
It appears that in 7f8a15e there was a subtle typo where the lower-case
`testid` was misspelled.
  • Loading branch information
geoffharcourt committed Jun 14, 2020
1 parent a76dfad commit d5e17bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/suggestions.d.ts
Expand Up @@ -27,7 +27,7 @@ export type Method =
| 'Title'
| 'title'
| 'TestId'
| 'testtd'
| 'testid'

export function getSuggestedQuery(
element: HTMLElement,
Expand Down

0 comments on commit d5e17bd

Please sign in to comment.