From f8eef8b8f26b7c059584d2c84010b3f90eace316 Mon Sep 17 00:00:00 2001 From: csteacher1 Date: Wed, 26 Dec 2018 18:27:57 -0500 Subject: [PATCH] Line 20 spelling correction (#26375) Corrected the spelling of "purposes" on line 20. --- guide/english/css/css3-at-media-rule/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/css/css3-at-media-rule/index.md b/guide/english/css/css3-at-media-rule/index.md index 70d452bdfe..7d9b98dbd1 100644 --- a/guide/english/css/css3-at-media-rule/index.md +++ b/guide/english/css/css3-at-media-rule/index.md @@ -17,7 +17,7 @@ There are currently four possible Media Types: * screen (Used for computers, phones, tablets, etc.) * 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: