mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
Merge pull request #70 from fodra/fix/readme-typo
fix: docment -> document
This commit is contained in:
@@ -119,7 +119,7 @@ button.onclick = displayMatches();
|
||||
You can also combine these together like this:
|
||||
|
||||
```js
|
||||
docment.querySelector('.submit').onclick = displayMatches;
|
||||
document.querySelector('.submit').onclick = displayMatches;
|
||||
```
|
||||
|
||||
Wire this up and see you function in action!
|
||||
|
||||
Reference in New Issue
Block a user