Skip to content

Commit 7ce9d6d

Browse files
committed
Fixed the naming used in the docs
1 parent 9d10ed5 commit 7ce9d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/admin-api-schema/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jsonSchema.get('tags-edit');
3434
/*
3535
> {
3636
'$schema': 'http://json-schema.org/draft-07/schema#',
37-
'$id': 'tags.edit.canary',
37+
'$id': 'tags.edit',
3838
title: 'tags.edit',
3939
description: 'Schema for tags.edit',
4040
type: 'object',

0 commit comments

Comments
 (0)