Skip to content

Commit

Permalink
fix typos (#36837)
Browse files Browse the repository at this point in the history
* fix typos

* One fix

---------

Co-authored-by: Joshua Chen <[email protected]>
  • Loading branch information
OnkarRuikar and Josh-Cena authored Nov 18, 2024
1 parent fbc04f8 commit 45913d0
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
1 change: 1 addition & 0 deletions .vscode/dictionaries/code-entities.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
-moz-visitedhyperlinktext
-moz-win-communicationstext
-moz-win-mediatext
3rdparty
accentcolor
accentcolortext
Accept-EncodXng
Expand Down
1 change: 1 addition & 0 deletions .vscode/dictionaries/ignore-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ liZhYMsy8MGgxUny6Q8NCoH9xSiviwLFfK
Llanfair
LLLLLLLLLLLLLLLLRRRRRRRRRRRRRRRR
locallibrary
Loomings
loopend
LRLRLRLRLRLRLRLRLRLRLRLRLRLRLRLR
LROR
Expand Down
5 changes: 5 additions & 0 deletions .vscode/dictionaries/proper-names.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,11 @@ Darmok
Datumizer
davbrito
Dedalium
Dedreux
Deepti
Degit
DekiWiki
Delaville
Denicola
DeSandro
Desaulniers
Expand Down Expand Up @@ -222,6 +224,7 @@ Hobson
hochan
Hochberg
Hoenigswald
Holborn
Holdem
Holzman
Honigswald
Expand Down Expand Up @@ -259,6 +262,7 @@ Johansson
Joomla
Jory
Josiel
Jost
Joyo
jpmedley
JSCAMP
Expand Down Expand Up @@ -349,6 +353,7 @@ mcdetect
McLellan
McNally
McVerry
Megalosaurus
Meggin
Mercure
Merkle
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ A {{domxref("ToggleEvent")}}. Inherits from {{domxref("Event")}}.
## Examples

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

### Basic example

Expand Down
4 changes: 2 additions & 2 deletions files/en-us/web/css/css_fonts/variable_fonts_guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ The following example pages show two different ways to structure your CSS. The f

```html hidden live-sample___sample-page-example
<div class="container container1">
<h1>Moby Dick</h1>
<h1>Moby-Dick</h1>
<h2>CHAPTER 1. Loomings.</h2>
<p>
Call me Ishmael. Some years ago—never mind how long precisely–having little
Expand All @@ -737,7 +737,7 @@ The following example pages show two different ways to structure your CSS. The f
</div>
<hr />
<div class="container container2 demo2">
<h1>Moby Dick</h1>
<h1>Moby-Dick</h1>
<h2>CHAPTER 1. (hover here)</h2>
<p>
Call me Ishmael. Some years ago—never mind how long precisely–having little
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/css/zoom/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,4 +262,4 @@ zoomControl.addEventListener("change", updateZoom);
- {{cssxref("transform")}}
- {{cssxref("scale")}}
- {{cssxref("unset")}} keyword
- [Legay `zoom` property](https://css-tricks.com/almanac/properties/z/zoom/) via CSS-Tricks (2013)
- [Legacy `zoom` property](https://css-tricks.com/almanac/properties/z/zoom/) via CSS-Tricks (2013)

0 comments on commit 45913d0

Please sign in to comment.