Fix minor typo (#5776)

This commit is contained in:
jibe-b 2023-03-20 05:47:04 +00:00 committed by GitHub
parent 96da078566
commit aa815359f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5369,7 +5369,7 @@ ReactDOM.render(<ConnectedComponent />, document.body);`,
type: 'select',
displayName: 'Selector',
options: [
{ name: 'Recatangle', value: 'RECTANGLE' },
{ name: 'Rectangle', value: 'RECTANGLE' },
{ name: 'Point', value: 'POINT' },
],
validation: {