fixing typos in chapter 3

This commit is contained in:
Jen Looper
2021-01-16 11:08:45 -05:00
parent b0a461c1b2
commit b6e2be8f08
3 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
## Instructions
Research the DOM a little more by 'adopting' a DOM element. Visit the MSDN's [list of DOM interfaces](https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model) and pick one. Find it being used on a web site in the web, and write an explanation of how it is used.
Research the DOM a little more by 'adopting' a DOM element. Visit the MSN's [list of DOM interfaces](https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model) and pick one. Find it being used on a web site in the web, and write an explanation of how it is used.
## Rubric