Skip to content

Commit a92e10b

Browse files
t0mddJosh-Cena
andauthored
Fix typo (#37354)
* Fix typo * Fix all of them --------- Co-authored-by: Joshua Chen <[email protected]>
1 parent 879db96 commit a92e10b

File tree

30 files changed

+48
-32
lines changed

30 files changed

+48
-32
lines changed

.vscode/dictionaries/ignore-list.txt

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ aaba
55
aabaac
66
aabbcc
77
aabbccdd
8+
AACA
89
aacbbbcac
910
abaac
1011
abbbbbc
@@ -110,6 +111,7 @@ DSWbdfnrstvw
110111
dubby
111112
Duden
112113
dXNlcm5hbWU6cGFzc3dvcmQ
114+
EACC
113115
eirmod
114116
elitr
115117
ERHGDFy
@@ -144,6 +146,7 @@ futurelibrary.no
144146
gaesamplesite
145147
gims
146148
globalprivacycontrol.org
149+
glossarysidebar.yaml
147150
GNF576746573fhdg4737dh4
148151
gogerychwyrndrobwllllantysiliogogogoch
149152
Graece
@@ -182,6 +185,7 @@ kitchensink
182185
lambdatest
183186
Latine
184187
latinmodern-math
188+
learntocodewith.me
185189
leopardskin
186190
letmein
187191
libpkcs11testmodule
@@ -198,6 +202,7 @@ magis
198202
Mand
199203
manis
200204
Markmarkimark
205+
mdnsidebar.yaml
201206
megastore
202207
meinheld
203208
montecarlo

.vscode/dictionaries/non-english.txt

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ setembro
7171
shān
7272
studiorum
7373
tiene
74+
Tipos
7475
traducido
7576
trimestre
7677
tslí

.vscode/dictionaries/proper-names.txt

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ a11ysupport
33
Academind
44
Acrosync
55
Addy
6+
Adham
67
Adilah
78
Akhgari
89
alastairc
@@ -14,6 +15,7 @@ Amorim
1415
AMPPS
1516
Amstelvar
1617
Anand
18+
ANDI
1719
Andreessen
1820
Andrzej
1921
Anek
@@ -56,6 +58,7 @@ Bloggs
5658
Bocoup
5759
Boonie
5860
bottosson
61+
Boulton
5962
Brians
6063
Browserleaks
6164
Browsershots
@@ -65,6 +68,7 @@ BugZilla
6568
Bundlesize
6669
Bunyakovsky
6770
Burson
71+
Butterick
6872
Buzzcocks
6973
Bynens
7074
Bézier
@@ -81,6 +85,7 @@ Caterina
8185
Chadha
8286
Chakra
8387
Chamakh
88+
Chimero
8489
Chloé
8590
chrisdavidmills
8691
chrismills
@@ -101,6 +106,7 @@ Colomb
101106
ColorZilla
102107
Conde
103108
Condei
109+
COPPA
104110
Corber
105111
Cortana
106112
Coursera
@@ -116,6 +122,7 @@ Célestes
116122
Dahlkemper
117123
Dailymotion
118124
Danilo
125+
Dannaway
119126
Darmok
120127
Datumizer
121128
davbrito
@@ -172,6 +179,7 @@ Esben
172179
ethertank
173180
Exljbris
174181
Fairchild
182+
FDCP
175183
ffconf
176184
FileZilla
177185
Firefogg
@@ -220,6 +228,7 @@ Hidde
220228
Highrise
221229
Hildy
222230
hmatrjp
231+
Hobday
223232
Hobson
224233
hochan
225234
Hochberg
@@ -471,6 +480,7 @@ Rekapi
471480
Remy
472481
Resig
473482
Rhiana
483+
Riazhskikh
474484
Rigby
475485
Rocher
476486
Rohini

files/en-us/learn_web_development/core/accessibility/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You should be familiar with [HTML](/en-US/docs/Learn_web_development/Core/Struct
2121

2222
- [What is accessibility?](/en-US/docs/Learn_web_development/Core/Accessibility/What_is_accessibility)
2323
- : This article starts off the module with a good look at what accessibility is — this includes what groups of people we need to consider and why, what tools different people use to interact with the web, and how we can make accessibility part of our web development workflow.
24-
- [Accessibility tooling and assitive technology](/en-US/docs/Learn_web_development/Core/Accessibility/Tooling)
24+
- [Accessibility tooling and assistive technology](/en-US/docs/Learn_web_development/Core/Accessibility/Tooling)
2525
- : Next we turn our attention to accessibility tooling, providing information on the kinds of tools you can use to help solve accessibility issues, and the assistive technologies used by people with disabilities as they browse the web. You'll be using these tools throughout subsequent articles.
2626
- [HTML: A good basis for accessibility](/en-US/docs/Learn_web_development/Core/Accessibility/HTML)
2727
- : A great deal of web content can be made accessible just by making sure the correct HTML elements are always used for the correct purpose. This article looks in detail at how HTML can be used to ensure maximum accessibility.

files/en-us/learn_web_development/core/accessibility/mobile/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ With web access on mobile devices being so popular and renowned platforms such a
2020
<th scope="row">Learning outcomes:</th>
2121
<td>
2222
<ul>
23-
<li>Familiarity with screenreaders on iOS and Android.</li>
23+
<li>Familiarity with screen readers on iOS and Android.</li>
2424
<li>Familiarity with accessibility issues behind some types of events.</li>
25-
<li>Specific techniques for more usable user input machanisms on mobile.</li>
25+
<li>Specific techniques for more usable user input mechanisms on mobile.</li>
2626
<li>Know that mobile browsers provide specific usability advantages for specific <code>&lt;input&gt;</code> types such as <code>number</code> or <code>tel</code>.</li>
2727
</ul>
2828
</td>

files/en-us/learn_web_development/core/accessibility/tooling/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Next we turn our attention to accessibility tooling, providing information on th
3535

3636
## Accessibility tools
3737

38-
Let's have a look at the tools can make use of when implementing accessibile websites and fixing accessibility issues.
38+
Let's have a look at the tools can make use of when implementing accessible websites and fixing accessibility issues.
3939

4040
### Testing source order
4141

files/en-us/learn_web_development/core/css_layout/grid_skills/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -359,4 +359,4 @@ You may try to use flexbox on the container and restrict the cards with percenta
359359

360360
## See also
361361

362-
- [CSS stlying basics](/en-US/docs/Learn_web_development/Core/Styling_basics)
362+
- [CSS styling basics](/en-US/docs/Learn_web_development/Core/Styling_basics)

files/en-us/learn_web_development/core/css_layout/responsive_design/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ Responsive design refers to a site or application design that responds to the en
480480

481481
It has also become much easier to achieve responsive designs with the help of the layout methods you have learned in these lessons. If you are new to web development today you have many more tools at your disposal than in the early days of responsive design. It is therefore worth checking the age of any materials you are using. While the historical articles are still useful, modern use of CSS and HTML makes it far easier to create elegant and useful designs, no matter what device your visitor views the site with.
482482

483-
Next, we will studey media queries in more detail and show how to use them to solve some common problems.
483+
Next, we will study media queries in more detail and show how to use them to solve some common problems.
484484

485485
## See also
486486

files/en-us/learn_web_development/core/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Our **Core modules** cover topics that we feel every web developer should have a
1010

1111
## Prerequisites
1212

13-
While there is no prequisite knowledge for starting this set of modules, we would recommend that you familiarize yourself with your computer, make sure you've got a basic set of required applications installed (such as web browsers and a code editor), and do some background reading on the web and web technologies, if you have no already done so. All these topics are covered in our [Getting started modules](/en-US/docs/Learn_web_development/Getting_started).
13+
While there is no prerequisite knowledge for starting this set of modules, we would recommend that you familiarize yourself with your computer, make sure you've got a basic set of required applications installed (such as web browsers and a code editor), and do some background reading on the web and web technologies, if you have no already done so. All these topics are covered in our [Getting started modules](/en-US/docs/Learn_web_development/Getting_started).
1414

1515
In particular, if you've never done any coding before, we'd recommend the [Your first website](/en-US/docs/Learn_web_development/Getting_started/Your_first_website) module, which introduces you web technologies very gently and takes you through the process of building a simple website.
1616

files/en-us/learn_web_development/core/structuring_content/creating_links/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This article shows the syntax required to make a link, and discusses link best p
3636
<li>Path syntax in detail — slashes, single dot, and double dot.</li>
3737
<li>Link states and why they are important — <code>:hover</code>, <code>:focus</code>, <code>:visited</code>, and <code>:active</code>.</li>
3838
<li>Inline and block-level links.</li>
39-
<li>Understanding the benefits of writing good link text, such as better accessibility for screenreader users, and potential positive SEO effects.</li>
39+
<li>Understanding the benefits of writing good link text, such as better accessibility for screen reader users, and potential positive SEO effects.</li>
4040
</ul>
4141
</td>
4242
</tr>

files/en-us/learn_web_development/core/structuring_content/lists/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ textarea.onkeyup = () => {
769769

770770
## Test your skills!
771771

772-
You've reached the end of this set of three articles about basic HTML semantic elementss, but can you remember the most important information? You can find some further tests to verify that you've retained this information before you move on — see [Test your skills: HTML text basics](/en-US/docs/Learn_web_development/Core/Structuring_content/Test_your_skills:_HTML_text_basics).
772+
You've reached the end of this set of three articles about basic HTML semantic elements, but can you remember the most important information? You can find some further tests to verify that you've retained this information before you move on — see [Test your skills: HTML text basics](/en-US/docs/Learn_web_development/Core/Structuring_content/Test_your_skills:_HTML_text_basics).
773773

774774
## Summary
775775

files/en-us/learn_web_development/core/styling_basics/combinators/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ It is often better to create a simple class and apply that to the element in que
243243

244244
## Test your skills!
245245

246-
You've reached the end of our set of lassons about selectors, but can you remember the most important information? You can find some further tests to verify that you've retained this information before you move on — see [Test your skills: Selectors](/en-US/docs/Learn_web_development/Core/Styling_basics/Basic_selectors/Selectors_Tasks).
246+
You've reached the end of our set of lessons about selectors, but can you remember the most important information? You can find some further tests to verify that you've retained this information before you move on — see [Test your skills: Selectors](/en-US/docs/Learn_web_development/Core/Styling_basics/Basic_selectors/Selectors_Tasks).
247247

248248
## Summary
249249

files/en-us/learn_web_development/core/styling_basics/debugging_css/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ That's it for all the lessons in this module. To finish it off, we'll test your
183183

184184
## See also
185185

186-
- [Firefox > Examing and edit CSS](https://firefox-source-docs.mozilla.org/devtools-user/page_inspector/how_to/examine_and_edit_css/index.html), Firefox Source Docs
186+
- [Firefox > Examine and edit CSS](https://firefox-source-docs.mozilla.org/devtools-user/page_inspector/how_to/examine_and_edit_css/index.html), Firefox Source Docs
187187
- [Chrome > View and change CSS](https://developer.chrome.com/docs/devtools/css/), developer.chrome.com
188188

189189
{{PreviousMenuNext("Learn_web_development/Core/Styling_basics/Tables", "Learn_web_development/Core/Styling_basics/Fundamental_CSS_comprehension", "Learn_web_development/Core/Styling_basics")}}

files/en-us/learn_web_development/extensions/async_js/implementing_a_promise-based_api/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In the last article we discussed how to use APIs that return promises. In this a
1515
<tr>
1616
<th scope="row">Prerequisites:</th>
1717
<td>
18-
A solid understanding of <a href="/en-US/docs/Learn_web_development/Core/Scripting">JavaScript fundamentals</a> and asynchronous concepts, as covered in previous lesosns in this module.
18+
A solid understanding of <a href="/en-US/docs/Learn_web_development/Core/Scripting">JavaScript fundamentals</a> and asynchronous concepts, as covered in previous lessons in this module.
1919
</td>
2020
</tr>
2121
<tr>

files/en-us/learn_web_development/extensions/async_js/introducing/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In this article, we'll explain what asynchronous programming is, why we need it,
2525
<li>To gain familiarity with what asynchronous JavaScript is, how it differs from synchronous JavaScript, and why we need it.</li>
2626
<li>What synchronous programming is, and why it can sometimes be problematic.</li>
2727
<li>How asynchronous programming aims to solve these problems.</li>
28-
<li>Event handlers and callback functions, and how they relate to asychronous programming.</li>
28+
<li>Event handlers and callback functions, and how they relate to asynchronous programming.</li>
2929
</ul>
3030
</td>
3131
</tr>

files/en-us/learn_web_development/extensions/async_js/introducing_workers/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In this final article in our "Asynchronous JavaScript" module, we'll introduce _
1515
<tr>
1616
<th scope="row">Prerequisites:</th>
1717
<td>
18-
A solid understanding of <a href="/en-US/docs/Learn_web_development/Core/Scripting">JavaScript fundamentals</a> and asynchronous concepts, as covered in previous lesosns in this module.
18+
A solid understanding of <a href="/en-US/docs/Learn_web_development/Core/Scripting">JavaScript fundamentals</a> and asynchronous concepts, as covered in previous lessons in this module.
1919
</td>
2020
</tr>
2121
<tr>

files/en-us/learn_web_development/extensions/async_js/promises/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ page-type: learn-module-chapter
1515
<tr>
1616
<th scope="row">Prerequisites:</th>
1717
<td>
18-
A solid understanding of <a href="/en-US/docs/Learn_web_development/Core/Scripting">JavaScript fundamentals</a> and asynchronous concepts, as covered in previous lesosns in this module.
18+
A solid understanding of <a href="/en-US/docs/Learn_web_development/Core/Scripting">JavaScript fundamentals</a> and asynchronous concepts, as covered in previous lessons in this module.
1919
</td>
2020
</tr>
2121
<tr>

files/en-us/learn_web_development/extensions/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Our **Extension modules** constitute useful additional skills to learn as web de
1010

1111
## Prerequisites
1212

13-
While there is no specific prequisite knowledge for starting any of these modules, it is advisable that you work through our [Core modules](/en-US/docs/Learn_web_development/Core) first, if you are a newcomer to web technologies.
13+
While there is no specific prerequisite knowledge for starting any of these modules, it is advisable that you work through our [Core modules](/en-US/docs/Learn_web_development/Core) first, if you are a newcomer to web technologies.
1414

1515
In particular, if you've never done any coding before, we'd recommend the [Your first website](/en-US/docs/Learn_web_development/Getting_started/Your_first_website) module, which introduces you web technologies very gently and takes you through the process of building a simple website.
1616

files/en-us/learn_web_development/getting_started/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Welcome to **Getting started**! If you are a complete beginner (i.e. you've not
1010

1111
## Prerequisites
1212

13-
There is no prequisite knowledge for starting this course. Also note that we don't consider learning these topics as required before moving on to the [Core modules](/en-US/docs/Learn_web_development/Core), but we believe students will have an easier time if they spend some time on these topics first.
13+
There is no prerequisite knowledge for starting this course. Also note that we don't consider learning these topics as required before moving on to the [Core modules](/en-US/docs/Learn_web_development/Core), but we believe students will have an easier time if they spend some time on these topics first.
1414

1515
## Modules
1616

files/en-us/learn_web_development/getting_started/soft_skills/collaboration_and_teamwork/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ As a professional in the web industry, you are going to have to work with other
2828
<li>Effective techniques to practice collaboration with teammates, including sharing useful information.</li>
2929
<li>Learn to ask useful questions and help one another.</li>
3030
<li>Widen the net to meetup groups or open source projects to find people to help and collaborate with.</li>
31-
<li>Learn to not fear failure, and instead embrace it as an effectve learning tool.</li>
31+
<li>Learn to not fear failure, and instead embrace it as an effective learning tool.</li>
3232
</ul>
3333
</td>
3434
</tr>

files/en-us/learn_web_development/getting_started/soft_skills/job_interviews/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ TODO
6161
## Selling yourself to would-be employers
6262

6363
- Create a portfolio.
64-
- Build the perfect resumé.
64+
- Build the perfect résumé.
6565
- Get experience — build real projects and contribute to open source.
6666
- Build your online persona.
6767
- Use sites like [LinkedIn](https://www.linkedin.com/) to help with the above.

files/en-us/learn_web_development/getting_started/web_standards/the_web_standards_model/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Because you don't know exactly what your users will use, you need to design defe
193193

194194
You'll come across the below concepts at some point in your studies.
195195

196-
- **Progressive enhancement** is the practice of creating a minimal experience that provides the essential functionality to all users, and layering on a better experience and other enhancments in browsers that can support them. Progressive enhancement is often seen as unimportant, because browsers tend to support new features more consistently these days, and people tend to have faster internet connections. However, you should think about examples relevant to the modern day — cutting down on decoration to make a mobile experience smoother and save on data, or providing a simpler, lower-bandwidth experience for users in developing countries who might still pay for home internet by the megabyte.
196+
- **Progressive enhancement** is the practice of creating a minimal experience that provides the essential functionality to all users, and layering on a better experience and other enhancements in browsers that can support them. Progressive enhancement is often seen as unimportant, because browsers tend to support new features more consistently these days, and people tend to have faster internet connections. However, you should think about examples relevant to the modern day — cutting down on decoration to make a mobile experience smoother and save on data, or providing a simpler, lower-bandwidth experience for users in developing countries who might still pay for home internet by the megabyte.
197197
- **Cross-browser compatibility** is the practice of trying to make sure your webpage works across as many devices as possible. This includes using technologies that all the browsers support, delivering better experiences to browsers that can handle them (progressive enhancement), and/or writing code so that it falls back to a simpler but still usable experience in older browsers (graceful degradation). It also involves a lot of testing to see if anything fails in certain browsers, and then more work to fix those failures.
198198
- **Responsive web design** is the practice of making your functionality and layouts flexible so they can automatically adapt to different browsers. An obvious example is a website that is laid out one way in a widescreen browser on the desktop, but displays as a more compact, single-column layout on mobile phone browsers. Try adjusting the width of your browser window now, and see what happens.
199199
- **Performance** means getting websites to load as quickly as possible, but also making them intuitive and easy to use so that users don't get frustrated and go somewhere else.

files/en-us/learn_web_development/getting_started/your_first_website/adding_interactivity/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ In this section, you will learn how to use JavaScript and DOM API features to al
386386

387387
1. Choose another image to feature on your example site. Ideally, the image will be the same size as the image you added previously, or as close as possible.
388388
2. Save this image in your `images` folder.
389-
3. Add the following JavaScript code to your `main.js` file, making sure to replace `firefox2.png` and both instances of `firefox-icon.png` with your second and first image names, respectvely.
389+
3. Add the following JavaScript code to your `main.js` file, making sure to replace `firefox2.png` and both instances of `firefox-icon.png` with your second and first image names, respectively.
390390

391391
```js
392392
const myImage = document.querySelector("img");

files/en-us/learn_web_development/getting_started/your_first_website/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If this is not the case, we'd suggest that you run through the [Environment setu
3636

3737
- : JavaScript is a programming language that adds interactivity to websites. This happens in games, in the behavior of responses when buttons are pressed or with data entry on forms, with dynamic styling, with animation, etc. This article helps you get started with JavaScript and furthers your understanding of what is possible.
3838

39-
- [Publishing your webaite](/en-US/docs/Learn_web_development/Getting_started/Your_first_website/Publishing_your_website)
39+
- [Publishing your website](/en-US/docs/Learn_web_development/Getting_started/Your_first_website/Publishing_your_website)
4040

4141
- : Once you finish writing the code and organizing the files that make up your website, you need to put it all online so people can find it. This article explains how to get your sample website online with little effort.
4242

0 commit comments

Comments
 (0)