Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar committed Dec 16, 2024
1 parent a9686fa commit 2f3a050
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .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 @@ -363,6 +364,7 @@ layers.offmainthreadcomposition
leavepictureinpicture
legacycaller
lepc
leptos
levelchange
libfdk_aac
libvorbis
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

0 comments on commit 2f3a050

Please sign in to comment.