Skip to content

Commit 9ebc5c3

Browse files
authored
Changelog: change order of suggested alernatives
1 parent 5caea74 commit 9ebc5c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232

3333
```diff
3434
- getExamples(schema);
35-
+ schema.meta()?.examples || [];
3635
+ globalRegistry.get(schema)?.examples || [];
36+
+ schema.meta()?.examples || []; // plugin method
3737
```
3838

3939
## Version 24

0 commit comments

Comments
 (0)