Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
estelle authored Jan 23, 2025
1 parent b8804e1 commit 2462adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/svgfetileelement/result/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ An {{domxref("SVGAnimatedString")}}.
```js
const feTileElement = document.querySelector("feTile");
const filterName = feTileElement.result;
console.log(filterName.baseVa); // the filter's assigned name
console.log(filterName.baseVal); // the filter's assigned name
```

## Specifications
Expand Down

0 comments on commit 2462adb

Please sign in to comment.