WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 2ab902d

Browse files
mdn-botJosh-Cena
andauthored
fix: auto-cleanup by bot (#41785)
* chore: auto-fix Markdownlint, Prettier, and front-matter issues * More fixes --------- Co-authored-by: Joshua Chen <[email protected]>
1 parent 4db798b commit 2ab902d

File tree

8 files changed

+8
-6
lines changed

8 files changed

+8
-6
lines changed

.vscode/dictionaries/code-entities.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ dweb
197197
ebuttm
198198
ebutts
199199
ECLF
200+
EdgiOS
200201
ehtml
201202
EISU
202203
elementname

.vscode/dictionaries/proper-names.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,7 @@ Scrimba
526526
Seamonkey
527527
Serpentina
528528
Shadeed
529+
Sharma
529530
Shilpa
530531
Shinoda
531532
Shireen

files/en-us/learn_web_development/getting_started/environment_setup/installing_software/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ There are many free software tools and online services that will probably be goo
9595
- The built-in Windows [Photos app](https://support.microsoft.com/en-gb/windows/manage-photos-and-videos-with-microsoft-photos-app-c0c6422f-d4cb-2e3d-eb65-7069071b2f9b) comes with many similar features.
9696
- The [tinypng](https://tinypng.com/) website, provides a free service allowing you to compress PNGs, JPEGs, and more. This is a very common task you'll have to do when preparing assets for use on a website.
9797

98-
In terms of commercial offerings, [Adobe Photoshop](https://www.adobe.com/products/photoshop.html) has long been the industry standard especially for photo editing, while programs like [Sketch](https://www.sketch.com/) are better suited to icon and UI work. There are also popular newcomers such as [Figma](https://www.figma.com/), [The Affinity Suite](https://affinity.serif.com/en-us/), and [Canva](https://www.canva.com/).
98+
In terms of commercial offerings, [Adobe Photoshop](https://www.adobe.com/products/photoshop.html) has long been the industry standard especially for photo editing, while programs like [Sketch](https://www.sketch.com/) are better suited to icon and UI work. There are also popular newcomers such as [Figma](https://www.figma.com/), [The Affinity Suite](https://www.affinity.studio/), and [Canva](https://www.canva.com/).
9999

100100
Most of the above apps have trials or free modes there are worth exploring. There are also some well-regarded free apps available such as [GIMP](https://www.gimp.org/), [Adobe Express](https://www.adobe.com/express/), and [Paint.NET](https://www.getpaint.net/).
101101

files/en-us/web/css/@font-palette-values/base-palette/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ h2 {
9393
- {{cssxref("@font-palette-values/", "@font-palette-values")}}
9494
- {{cssxref("@font-palette-values/font-family", "font-family")}} descriptor
9595
- {{cssxref("@font-palette-values/override-colors", "override-colors")}} descriptor
96-
- {{cssxref("font-palette/", "font-palette")}} property
96+
- {{cssxref("font-palette")}} property
9797
- {{domxref("CSSFontPaletteValuesRule.basePalette")}}

files/en-us/web/css/@font-palette-values/font-family/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@ h2 {
111111
- {{cssxref("@font-face/font-family", "font-family")}}
112112
- {{cssxref("@font-palette-values/", "@font-palette-values")}}
113113
- {{cssxref("@font-palette-values/override-colors", "override-colors")}} descriptor
114-
- {{cssxref("font-palette/", "font-palette")}} property
114+
- {{cssxref("font-palette")}} property
115115
- {{domxref("CSSFontPaletteValuesRule.fontFamily")}}

files/en-us/web/css/@font-palette-values/override-colors/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,5 +168,5 @@ This example shows that in `base-palette` `3`, the color at index 0 is overridde
168168
- {{cssxref("@font-palette-values/", "@font-palette-values")}}
169169
- {{cssxref("@font-palette-values/base-palette", "base-palette")}}
170170
- {{cssxref("@font-palette-values/font-family", "font-family")}}
171-
- {{cssxref("font-palette/", "font-palette")}}
171+
- {{cssxref("font-palette")}}
172172
- {{domxref("CSSFontPaletteValuesRule.overrideColors")}}

files/en-us/web/http/guides/user-agent_reduction/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The major browser version number shows correctly, but the minor version numbers
6868

6969
## Requesting UA information via client hints
7070

71-
You may still have code that relies on detailed UA string data, which can't be coverted to use feature detection or progressive enhancement. Examples include fine-grained logging, fraud prevention measures, or a software help site that serves different content based on the user's device type.
71+
You may still have code that relies on detailed UA string data, which can't be converted to use feature detection or progressive enhancement. Examples include fine-grained logging, fraud prevention measures, or a software help site that serves different content based on the user's device type.
7272

7373
If this is the case, you can still access detailed UA string data via [`Sec-CH-UA-*`](/en-US/docs/Web/HTTP/Reference/Headers#user_agent_client_hints) headers (also known as **User-Agent client hints**). The headers provide a safer, more privacy-preserving way to send such information because servers have to opt in to the pieces of information they want, rather it being sent all the time through the `User-Agent` string. It also provides access to a wider selection of information.
7474

files/en-us/web/javascript/reference/operators/import/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Note that this can lead to memory leaks in a long-running application, because t
118118

119119
You can also use the [Fetch API](/en-US/docs/Web/API/Fetch_API) to fetch module source code as text, and then evaluate the module manually depending on the module type:
120120

121-
- For JavaScript modules, you can dynamically import the source code as a [`blob:` URL](/en-US/docs/Web/API/URL/createObjectURL) in browsers, or use [`vm.Module`](/en-US/docs/Web/Node.js/vm/Module) to evaluate it in Node.js.
121+
- For JavaScript modules, you can dynamically import the source code as a [`blob:` URL](/en-US/docs/Web/API/URL/createObjectURL_static) in browsers, or use [`vm.Module`](https://nodejs.org/docs/latest/api/vm.html#class-vmmodule) to evaluate it in Node.js.
122122
- For JSON modules, you can parse the source code using {{jsxref("JSON.parse()")}}.
123123
- For CSS modules, you can create a new {{domxref("CSSStyleSheet")}} object and use its [`replace()`](/en-US/docs/Web/API/CSSStyleSheet/replace) method to populate it with the source code.
124124

0 commit comments

Comments
 (0)