Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typos #36767

Merged
merged 5 commits into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 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,10 +148,12 @@ GNF576746573fhdg4737dh4
gogerychwyrndrobwllllantysiliogogogoch
Graece
gubergren
harborside
hellonode
HEXDIG
hexdigit
hiliteabeunti
hoosteeno
howtoplay
HUD5767ghtyfyr4536dh45dg45dg3
idbkeyrange
Expand Down Expand Up @@ -222,6 +227,7 @@ opensas
opensesame
OPQRTUVXYZ
Owww
paradisematic
pdfs
Pelientesque
plep
Expand All @@ -239,6 +245,7 @@ quaxxor
quickbrownfox
quxyz
rebum
regelialia
rheeeeet
ricebean
s3pPLMBiTxaQ9kYGzzhZRbK
Expand Down Expand Up @@ -269,6 +276,8 @@ todomvc
tomatillo
topsecretpassword
traa
TURO
TUROPC
Tweety
UCCE
ultricied
Expand All @@ -283,6 +292,7 @@ verticillata
Vivie
vobis
vocant
Vokalia
voluptua
wakame
wanderview
Expand Down
4 changes: 2 additions & 2 deletions .vscode/dictionaries/proper-names.txt
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,6 @@ Hochberg
Hoenigswald
Holdem
Holzman
Honigswald
hoosteeno
OnkarRuikar marked this conversation as resolved.
Show resolved Hide resolved
Hoshi
Hoth
Hyperaudio
Expand Down Expand Up @@ -406,6 +404,7 @@ Nyquist
Nystrom
OASYS
octocat
Oddbird
Odelola
Odenwald
Oeschger
Expand Down Expand Up @@ -500,6 +499,7 @@ Shireen
sideshowbarker
Silverlight
Sintel
Siouxsie
Siri
Sitepoint
Sivonen
Expand Down
1 change: 1 addition & 0 deletions .vscode/dictionaries/terms-abbreviations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ dyscalculia
EBNF
ECSDA
effectful
emailtracking
OnkarRuikar marked this conversation as resolved.
Show resolved Hide resolved
Emscripting
encrypter
engageable
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", "<url>")}} 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", "<url>")}} 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", "<url>")}} 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", "<url>")}} 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", "<url>")}} 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", "<url>")}} 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