Skip to content

Commit 45913d0

Browse files
fix typos (#36837)
* fix typos * One fix --------- Co-authored-by: Joshua Chen <[email protected]>
1 parent fbc04f8 commit 45913d0

File tree

6 files changed

+11
-4
lines changed

6 files changed

+11
-4
lines changed

.vscode/dictionaries/code-entities.txt

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
-moz-visitedhyperlinktext
3232
-moz-win-communicationstext
3333
-moz-win-mediatext
34+
3rdparty
3435
accentcolor
3536
accentcolortext
3637
Accept-EncodXng

.vscode/dictionaries/ignore-list.txt

+1
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ liZhYMsy8MGgxUny6Q8NCoH9xSiviwLFfK
190190
Llanfair
191191
LLLLLLLLLLLLLLLLRRRRRRRRRRRRRRRR
192192
locallibrary
193+
Loomings
193194
loopend
194195
LRLRLRLRLRLRLRLRLRLRLRLRLRLRLRLR
195196
LROR

.vscode/dictionaries/proper-names.txt

+5
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,11 @@ Darmok
120120
Datumizer
121121
davbrito
122122
Dedalium
123+
Dedreux
123124
Deepti
124125
Degit
125126
DekiWiki
127+
Delaville
126128
Denicola
127129
DeSandro
128130
Desaulniers
@@ -222,6 +224,7 @@ Hobson
222224
hochan
223225
Hochberg
224226
Hoenigswald
227+
Holborn
225228
Holdem
226229
Holzman
227230
Honigswald
@@ -259,6 +262,7 @@ Johansson
259262
Joomla
260263
Jory
261264
Josiel
265+
Jost
262266
Joyo
263267
jpmedley
264268
JSCAMP
@@ -349,6 +353,7 @@ mcdetect
349353
McLellan
350354
McNally
351355
McVerry
356+
Megalosaurus
352357
Meggin
353358
Mercure
354359
Merkle

files/en-us/web/api/htmlelement/beforetoggle_event/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ A {{domxref("ToggleEvent")}}. Inherits from {{domxref("Event")}}.
3939
## Examples
4040

4141
The examples below demonstrates how the `beforetoggle` event might be used for a {{domxref("Popover_API", "popover", "", "nocode")}} or {{htmlelement("dialog")}} element.
42-
The same examples would work similarily on the other element types.
42+
The same examples would work similarly on the other element types.
4343

4444
### Basic example
4545

files/en-us/web/css/css_fonts/variable_fonts_guide/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ The following example pages show two different ways to structure your CSS. The f
719719

720720
```html hidden live-sample___sample-page-example
721721
<div class="container container1">
722-
<h1>Moby Dick</h1>
722+
<h1>Moby-Dick</h1>
723723
<h2>CHAPTER 1. Loomings.</h2>
724724
<p>
725725
Call me Ishmael. Some years ago—never mind how long precisely–having little
@@ -737,7 +737,7 @@ The following example pages show two different ways to structure your CSS. The f
737737
</div>
738738
<hr />
739739
<div class="container container2 demo2">
740-
<h1>Moby Dick</h1>
740+
<h1>Moby-Dick</h1>
741741
<h2>CHAPTER 1. (hover here)</h2>
742742
<p>
743743
Call me Ishmael. Some years ago—never mind how long precisely–having little

files/en-us/web/css/zoom/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,4 +262,4 @@ zoomControl.addEventListener("change", updateZoom);
262262
- {{cssxref("transform")}}
263263
- {{cssxref("scale")}}
264264
- {{cssxref("unset")}} keyword
265-
- [Legay `zoom` property](https://css-tricks.com/almanac/properties/z/zoom/) via CSS-Tricks (2013)
265+
- [Legacy `zoom` property](https://css-tricks.com/almanac/properties/z/zoom/) via CSS-Tricks (2013)

0 commit comments

Comments
 (0)