Fixing typo from "adoping" to "adopting"

added a "t"
This commit is contained in:
bajancode
2020-12-03 12:35:52 -05:00
committed by GitHub
parent ed7207cf22
commit 86694f6f76

View File

@@ -2,7 +2,7 @@
## Instructions ## Instructions
Research the DOM a little more by 'adoping' 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 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.
## Rubric ## Rubric