Skip to content

Commit 79e188a

Browse files
author
Shawn Allen
committed
clarify that all <use> descendants are updated
1 parent 675deab commit 79e188a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ svg4everybody({
9494
});
9595
```
9696

97-
All `<use>` elements that are children of an `<svg>` are checked for external content. If you want to change this behavior, you can define your own validator.
97+
All `<use>` elements that are descendants of an `<svg>` are checked for external content. If you want to change this behavior, you can define your own validator.
9898

9999
```js
100100
svg4everybody({

0 commit comments

Comments
 (0)