Fix typo in Chart widget (#5836)

This commit is contained in:
Valan Baptist Mathuranayagam 2023-03-24 12:34:21 +05:30 committed by GitHub
parent a5cb4e5da2
commit 507490c995
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,7 +101,7 @@ class Chart extends React.Component {
if (plotFromJson) {
items.push({
title: 'Json description',
title: 'JSON description',
children: (
<CodeHinter
currentState={this.props.currentState}