Line 20 spelling correction (#26375)

Corrected the spelling of "purposes" on line 20.
This commit is contained in:
csteacher1
2018-12-26 18:27:57 -05:00
committed by Manish Giri
parent f9f816514c
commit f8eef8b8f2

View File

@ -17,7 +17,7 @@ There are currently four possible Media Types:
* screen (Used for computers, phones, tablets, etc.) * screen (Used for computers, phones, tablets, etc.)
* speech (Used for accessibility devices such as screenreader that narate the contents of a webpage) * speech (Used for accessibility devices such as screenreader that narate the contents of a webpage)
Media queries are used for all sorts of purporses as they allow many differnet media features. One of the most common uses of a Media query is to make a web page responsive; meaning it will behave differently based on the screen size. Media queries are used for all sorts of purposes as they allow many differnet media features. One of the most common uses of a Media query is to make a web page responsive; meaning it will behave differently based on the screen size.
An example media query is as follows: An example media query is as follows: