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 #37226

Merged
merged 2 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .vscode/dictionaries/code-entities.txt
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ importmap
imscjs
inactivetitlebarcolor
indexeddb-examples
indexifembedded
inputreport
inputsourceschange
intl.uidirection.locale
Expand Down Expand Up @@ -594,7 +595,6 @@ reflectionchange
removestream
replacewithcommas
replacewithspaces
RFCOMM
RGBX
RGUI
richlistbox
Expand Down
1 change: 1 addition & 0 deletions .vscode/dictionaries/proper-names.txt
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ Leitura
Lemieux
Lempel
Lennart
leptos
Lesh
Lexi
Leyla
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 @@ -562,6 +562,7 @@ retarget
retargeted
retargeting
retargetings
RFCOMM
RGTC
roadmaps
Rockhopper
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/svganimatednumber/baseval/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ browser-compat: api.SVGAnimatedNumber.baseVal

The **`baseVal`** property of the {{domxref("SVGAnimatedNumber")}} interface represents the base (non-animated) value of an animatable numeric attribute.

Some animateable SVG attributes accept a single numeric value, such as the {{SVGAttr("radius")}} attribute of the {{SVGElement("circle")}} or {{SVGElement("ellipse")}} elements and the {{SVGAttr("width")}} and {{SVGAttr("height")}} attributes of the {{SVGElement("rect")}} element, and many others. The `baseVal` property reflects and updates the base, or non-animated, value of the numeric attribute.
Some animatable SVG attributes accept a single numeric value, such as the {{SVGAttr("radius")}} attribute of the {{SVGElement("circle")}} or {{SVGElement("ellipse")}} elements and the {{SVGAttr("width")}} and {{SVGAttr("height")}} attributes of the {{SVGElement("rect")}} element, and many others. The `baseVal` property reflects and updates the base, or non-animated, value of the numeric attribute.

## Value

Expand Down
Loading