Skip to content

Commit 7389dab

Browse files
authored
Merge branch 'main' into patch-1
2 parents 86e39cc + fe12e5b commit 7389dab

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1580,6 +1580,15 @@
15801580
"contributions": [
15811581
"code"
15821582
]
1583+
},
1584+
{
1585+
"login": "arthurlvilasboas",
1586+
"name": "Arthur Lauck Vilas Boas",
1587+
"avatar_url": "https://avatars.githubusercontent.com/u/95368212?v=4",
1588+
"profile": "https://github.com/arthurlvilasboas",
1589+
"contributions": [
1590+
"doc"
1591+
]
15831592
}
15841593
],
15851594
"repoHost": "https://github.com",

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ Thanks goes to these people ([emoji key][emojis]):
341341
</tr>
342342
<tr>
343343
<td align="center"><a href="https://github.com/raplemie"><img src="https://avatars.githubusercontent.com/u/1904889?v=4?s=100" width="100px;" alt="Raphaël LEMIEUX"/><br /><sub><b>Raphaël LEMIEUX</b></sub></a><br /><a href="https://github.com/testing-library/dom-testing-library/commits?author=raplemie" title="Code">💻</a></td>
344+
<td align="center"><a href="https://github.com/arthurlvilasboas"><img src="https://avatars.githubusercontent.com/u/95368212?v=4?s=100" width="100px;" alt="Arthur Lauck Vilas Boas"/><br /><sub><b>Arthur Lauck Vilas Boas</b></sub></a><br /><a href="https://github.com/testing-library/dom-testing-library/commits?author=arthurlvilasboas" title="Documentation">📖</a></td>
344345
</tr>
345346
</tbody>
346347
</table>

src/event-map.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ export const eventMap = {
277277
// Events
278278
load: {
279279
// TODO: load events can be UIEvent or Event depending on what generated them
280-
// This is were this abstraction breaks down.
280+
// This is where this abstraction breaks down.
281281
// But the common targets are <img />, <script /> and window.
282282
// Neither of these targets receive a UIEvent
283283
EventType: 'Event',

0 commit comments

Comments
 (0)