Skip to content

Commit

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

* move 'hoosteeo' to proper-names

* move 'emailtracking' to code-entities

* Update proper-names.txt

---------

Co-authored-by: Joshua Chen <[email protected]>
  • Loading branch information
OnkarRuikar and Josh-Cena authored Nov 13, 2024
1 parent 4d22748 commit 8c4bb87
Show file tree
Hide file tree
Showing 7 changed files with 16 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 @@ -214,6 +214,7 @@ ehtml
EISU
elementname
elementtiming
emailtracking
emcc
emconfigure
emmake
Expand Down
9 changes: 9 additions & 0 deletions .vscode/dictionaries/ignore-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ bologi
bookinst
BOOKINSTANCE
bookinstances
Bookmarksgrove
boooo
booooed
borderify
Expand All @@ -79,6 +80,7 @@ coegdfgfddffbgning
Confecta
consectetuer
consetetur
Consonantia
constructio
cooluser
crashextensions
Expand Down Expand Up @@ -106,6 +108,7 @@ Donnalidon
draft-ietf-httpbis
DSWbdfnrstvw
dubby
Duden
dXNlcm5hbWU6cGFzc3dvcmQ
eirmod
elitr
Expand Down Expand Up @@ -145,6 +148,7 @@ GNF576746573fhdg4737dh4
gogerychwyrndrobwllllantysiliogogogoch
Graece
gubergren
harborside
hellonode
HEXDIG
hexdigit
Expand Down Expand Up @@ -222,6 +226,7 @@ opensas
opensesame
OPQRTUVXYZ
Owww
paradisematic
pdfs
Pelientesque
plep
Expand All @@ -239,6 +244,7 @@ quaxxor
quickbrownfox
quxyz
rebum
regelialia
rheeeeet
ricebean
s3pPLMBiTxaQ9kYGzzhZRbK
Expand Down Expand Up @@ -269,6 +275,8 @@ todomvc
tomatillo
topsecretpassword
traa
TURO
TUROPC
Tweety
UCCE
ultricied
Expand All @@ -283,6 +291,7 @@ verticillata
Vivie
vobis
vocant
Vokalia
voluptua
wakame
wanderview
Expand Down
2 changes: 2 additions & 0 deletions .vscode/dictionaries/proper-names.txt
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ Nyquist
Nystrom
OASYS
octocat
Oddbird
Odelola
Odenwald
Oeschger
Expand Down Expand Up @@ -500,6 +501,7 @@ Shireen
sideshowbarker
Silverlight
Sintel
Siouxsie
Siri
Sitepoint
Sivonen
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/css/marker-end/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ browser-compat: css.properties.marker-end

{{CSSRef}}

The **`marker-end`** [CSS](/en-US/docs/Web/CSS) property points to a marker that will be drawn on the last vertex of the element's path; that is, at its ending vertex. The marker must have been defined using an SVG {{SVGElement('marker')}} element, and can only be referenced with a {cssxref("url_value", "&lt;url&gt;")}} value. The value of the CSS property overrides any values of the `marker-end` attribute in the SVG.
The **`marker-end`** [CSS](/en-US/docs/Web/CSS) property points to a marker that will be drawn on the last vertex of the element's path; that is, at its ending vertex. The marker must have been defined using an SVG {{SVGElement('marker')}} element, and can only be referenced with a {{cssxref("url_value", "&lt;url&gt;")}} value. The value of the CSS property overrides any values of the `marker-end` attribute in the SVG.

For many marker-supporting shapes, the first and last vertices are the same point: for example, the top left corner of a {{SVGElement('rect')}}. In such shapes, if both the first and last markers are defined, two markers will be drawn at that point, though they may not face the same direction.

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/css/marker-mid/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ browser-compat: css.properties.marker-mid

{{CSSRef}}

The **`marker-mid`** [CSS](/en-US/docs/Web/CSS) property points to a marker that will be drawn on the middle vertices of the element's path; that is, at each of its vertices between the start and end vertices. The marker must have been defined using an SVG {{SVGElement('marker')}} element, and can only be referenced with a {cssxref("url_value", "&lt;url&gt;")}} value. The value of the CSS property overrides any values of the `marker-mid` attribute in the SVG.
The **`marker-mid`** [CSS](/en-US/docs/Web/CSS) property points to a marker that will be drawn on the middle vertices of the element's path; that is, at each of its vertices between the start and end vertices. The marker must have been defined using an SVG {{SVGElement('marker')}} element, and can only be referenced with a {{cssxref("url_value", "&lt;url&gt;")}} value. The value of the CSS property overrides any values of the `marker-mid` attribute in the SVG.

The direction each marker points is defined as the direction halfway between the direction at the end of the preceding path segment and the direction of the start of the following path segment. This can be thought of as the cross product of the vectors defined by the two path directions.

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/css/marker/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ browser-compat: css.properties.marker

{{CSSRef}}

The **`marker`** [CSS](/en-US/docs/Web/CSS) property points to a marker that will be drawn on the first, middle, and last vertices of the element's path; that is, at all of its vertices. The marker must have been defined using an SVG {{SVGElement('marker')}} element, and can only be referenced with a {cssxref("url_value", "&lt;url&gt;")}} value. The value of the CSS property overrides any values of the `marker-start`, `marker`, and `marker-end` attributes in the SVG.
The **`marker`** [CSS](/en-US/docs/Web/CSS) property points to a marker that will be drawn on the first, middle, and last vertices of the element's path; that is, at all of its vertices. The marker must have been defined using an SVG {{SVGElement('marker')}} element, and can only be referenced with a {{cssxref("url_value", "&lt;url&gt;")}} value. The value of the CSS property overrides any values of the `marker-start`, `marker`, and `marker-end` attributes in the SVG.

For many marker-supporting shapes, the first and last vertices are in the same place: for example, the top left corner of a {{SVGElement('rect')}}. In such shapes, if both the first and last markers are defined, two markers will be drawn at that point, though they may not point in the same direction.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function round(n, upperBound, lowerBound) {

### A structure error further up confused the meaning

Sometimes, the error is caused by some structure issues not directly next to the error location, so you need to look around for potential errors. For example, you intended to declare a method of an object, but you declared it as a propety instead:
Sometimes, the error is caused by some structure issues not directly next to the error location, so you need to look around for potential errors. For example, you intended to declare a method of an object, but you declared it as a property instead:

```js-nolint example-bad
const MyComponent = {
Expand Down

0 comments on commit 8c4bb87

Please sign in to comment.