Skip to content

Commit 10b05f8

Browse files
committed
Fix typo
1 parent f17059b commit 10b05f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/__tests__/react-plotly.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ describe('<Plotly/>', () => {
186186
});
187187
});
188188

189-
describe('manging event handlers', () => {
189+
describe('managing event handlers', () => {
190190
test('should add an event handler when one does not already exist', (done) => {
191191
let received;
192192
const onRelayout = (evt) => {

0 commit comments

Comments
 (0)