Skip to content

Commit 5ea69b8

Browse files
committedFeb 20, 2012
Minor typo fixes.
1 parent a6ad32d commit 5ea69b8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
* Are you on Twitter?
1212
* If so, who do you follow on Twitter?
13-
* Are you on Github?
13+
* Are you on GitHub?
1414
* If so, what are some examples of repos you follow
1515
* What blogs do you follow?
1616
* What version control systems have you used?
17-
* What is your preferred development enviroment? (OS, Editor, Browsers, Tools etc.)
17+
* What is your preferred development environment? (OS, Editor, Browsers, Tools etc.)
1818
* Can you describe your workflow when you create a web page?
19-
* Can you describe the difference between progressive enhancement and graceful degredation?
19+
* Can you describe the difference between progressive enhancement and graceful degradation?
2020
* Bonus points for the answer "no one can"
2121
* Extra bonus points for describing feature detection
2222
* Explain what "Semantic HTML" means.
@@ -149,9 +149,9 @@ $(".foo div#bar:eq(0)")
149149
* CSS property hacks, conditionally included .css files, or... something else?
150150
* How do you serve your pages for feature-constrained browsers?
151151
* What techniques/processes do you use?
152-
* What are the different ways to visually hide content (and make it available only for screenreaders)?
152+
* What are the different ways to visually hide content (and make it available only for screen readers)?
153153
* Have you ever used a grid system, and if so, what do you prefer?
154-
* Hav you used or implement media queries or mobile specific layouts/CSS?
154+
* Have you used or implement media queries or mobile specific layouts/CSS?
155155
* Any familiarity with styling SVG?
156156
* How do you optimize your webpages for print?
157157
* What are some of the "gotchas" for writing efficient CSS?

0 commit comments

Comments
 (0)