From f92ff1a917e8b01fb89bfe92c16b5ef529c8a545 Mon Sep 17 00:00:00 2001 From: OnkarRuikar <87750369+OnkarRuikar@users.noreply.github.com> Date: Wed, 13 Nov 2024 09:29:40 +0530 Subject: [PATCH 1/4] fix typos --- .vscode/dictionaries/ignore-list.txt | 10 ++++++++++ .vscode/dictionaries/proper-names.txt | 4 ++-- .vscode/dictionaries/terms-abbreviations.txt | 1 + files/en-us/web/css/marker-end/index.md | 2 +- files/en-us/web/css/marker-mid/index.md | 2 +- files/en-us/web/css/marker/index.md | 2 +- .../reference/errors/unexpected_token/index.md | 2 +- 7 files changed, 17 insertions(+), 6 deletions(-) diff --git a/.vscode/dictionaries/ignore-list.txt b/.vscode/dictionaries/ignore-list.txt index b44d4a3348f2844..9ca7e19780f206a 100644 --- a/.vscode/dictionaries/ignore-list.txt +++ b/.vscode/dictionaries/ignore-list.txt @@ -54,6 +54,7 @@ bologi bookinst BOOKINSTANCE bookinstances +Bookmarksgrove boooo booooed borderify @@ -79,6 +80,7 @@ coegdfgfddffbgning Confecta consectetuer consetetur +Consonantia constructio cooluser crashextensions @@ -106,6 +108,7 @@ Donnalidon draft-ietf-httpbis DSWbdfnrstvw dubby +Duden dXNlcm5hbWU6cGFzc3dvcmQ eirmod elitr @@ -145,10 +148,12 @@ GNF576746573fhdg4737dh4 gogerychwyrndrobwllllantysiliogogogoch Graece gubergren +harborside hellonode HEXDIG hexdigit hiliteabeunti +hoosteeno howtoplay HUD5767ghtyfyr4536dh45dg45dg3 idbkeyrange @@ -222,6 +227,7 @@ opensas opensesame OPQRTUVXYZ Owww +paradisematic pdfs Pelientesque plep @@ -239,6 +245,7 @@ quaxxor quickbrownfox quxyz rebum +regelialia rheeeeet ricebean s3pPLMBiTxaQ9kYGzzhZRbK @@ -269,6 +276,8 @@ todomvc tomatillo topsecretpassword traa +TURO +TUROPC Tweety UCCE ultricied @@ -283,6 +292,7 @@ verticillata Vivie vobis vocant +Vokalia voluptua wakame wanderview diff --git a/.vscode/dictionaries/proper-names.txt b/.vscode/dictionaries/proper-names.txt index c00abd4393cfec1..b3f7585f6620fd0 100644 --- a/.vscode/dictionaries/proper-names.txt +++ b/.vscode/dictionaries/proper-names.txt @@ -224,8 +224,6 @@ Hochberg Hoenigswald Holdem Holzman -Honigswald -hoosteeno Hoshi Hoth Hyperaudio @@ -406,6 +404,7 @@ Nyquist Nystrom OASYS octocat +Oddbird Odelola Odenwald Oeschger @@ -500,6 +499,7 @@ Shireen sideshowbarker Silverlight Sintel +Siouxsie Siri Sitepoint Sivonen diff --git a/.vscode/dictionaries/terms-abbreviations.txt b/.vscode/dictionaries/terms-abbreviations.txt index dd9c1333dd094f0..11015a195a74e5c 100644 --- a/.vscode/dictionaries/terms-abbreviations.txt +++ b/.vscode/dictionaries/terms-abbreviations.txt @@ -175,6 +175,7 @@ dyscalculia EBNF ECSDA effectful +emailtracking Emscripting encrypter engageable diff --git a/files/en-us/web/css/marker-end/index.md b/files/en-us/web/css/marker-end/index.md index a035fba0eb33aad..51c67fa697f7af6 100644 --- a/files/en-us/web/css/marker-end/index.md +++ b/files/en-us/web/css/marker-end/index.md @@ -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. diff --git a/files/en-us/web/css/marker-mid/index.md b/files/en-us/web/css/marker-mid/index.md index ea6208d8b68c970..7d67d995e50da37 100644 --- a/files/en-us/web/css/marker-mid/index.md +++ b/files/en-us/web/css/marker-mid/index.md @@ -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. diff --git a/files/en-us/web/css/marker/index.md b/files/en-us/web/css/marker/index.md index c87fc3091207f2c..33735de6c6ee9a2 100644 --- a/files/en-us/web/css/marker/index.md +++ b/files/en-us/web/css/marker/index.md @@ -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. diff --git a/files/en-us/web/javascript/reference/errors/unexpected_token/index.md b/files/en-us/web/javascript/reference/errors/unexpected_token/index.md index a8fde06b13c505c..e1c949d92805cf6 100644 --- a/files/en-us/web/javascript/reference/errors/unexpected_token/index.md +++ b/files/en-us/web/javascript/reference/errors/unexpected_token/index.md @@ -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 = { From 882b723408021b94dcdf8616491f89ecd1f6c0ec Mon Sep 17 00:00:00 2001 From: OnkarRuikar <87750369+OnkarRuikar@users.noreply.github.com> Date: Wed, 13 Nov 2024 10:41:29 +0530 Subject: [PATCH 2/4] move 'hoosteeo' to proper-names --- .vscode/dictionaries/ignore-list.txt | 1 - .vscode/dictionaries/proper-names.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/dictionaries/ignore-list.txt b/.vscode/dictionaries/ignore-list.txt index 9ca7e19780f206a..e049fcda4ff0f19 100644 --- a/.vscode/dictionaries/ignore-list.txt +++ b/.vscode/dictionaries/ignore-list.txt @@ -153,7 +153,6 @@ hellonode HEXDIG hexdigit hiliteabeunti -hoosteeno howtoplay HUD5767ghtyfyr4536dh45dg45dg3 idbkeyrange diff --git a/.vscode/dictionaries/proper-names.txt b/.vscode/dictionaries/proper-names.txt index b3f7585f6620fd0..b4f7a9e3475f548 100644 --- a/.vscode/dictionaries/proper-names.txt +++ b/.vscode/dictionaries/proper-names.txt @@ -224,6 +224,7 @@ Hochberg Hoenigswald Holdem Holzman +hoosteeno Hoshi Hoth Hyperaudio From 5dbc2df591e2c23416ea93c100d83b9810a7180b Mon Sep 17 00:00:00 2001 From: Onkar Khadangale <87750369+OnkarRuikar@users.noreply.github.com> Date: Wed, 13 Nov 2024 14:24:47 +0530 Subject: [PATCH 3/4] move 'emailtracking' to code-entities --- .vscode/dictionaries/code-entities.txt | 1 + .vscode/dictionaries/terms-abbreviations.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/dictionaries/code-entities.txt b/.vscode/dictionaries/code-entities.txt index 7ea5888e3b5f4d0..f7f22d20253e4f2 100644 --- a/.vscode/dictionaries/code-entities.txt +++ b/.vscode/dictionaries/code-entities.txt @@ -214,6 +214,7 @@ ehtml EISU elementname elementtiming +emailtracking emcc emconfigure emmake diff --git a/.vscode/dictionaries/terms-abbreviations.txt b/.vscode/dictionaries/terms-abbreviations.txt index 11015a195a74e5c..dd9c1333dd094f0 100644 --- a/.vscode/dictionaries/terms-abbreviations.txt +++ b/.vscode/dictionaries/terms-abbreviations.txt @@ -175,7 +175,6 @@ dyscalculia EBNF ECSDA effectful -emailtracking Emscripting encrypter engageable From a866d77fd3a48dbdec883b181f11d307e174a58f Mon Sep 17 00:00:00 2001 From: Joshua Chen Date: Wed, 13 Nov 2024 09:33:13 -0500 Subject: [PATCH 4/4] Update proper-names.txt --- .vscode/dictionaries/proper-names.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/dictionaries/proper-names.txt b/.vscode/dictionaries/proper-names.txt index b4f7a9e3475f548..f07902b73c299c9 100644 --- a/.vscode/dictionaries/proper-names.txt +++ b/.vscode/dictionaries/proper-names.txt @@ -224,6 +224,7 @@ Hochberg Hoenigswald Holdem Holzman +Honigswald hoosteeno Hoshi Hoth