Fixed typo in splitter.js

pull/6571/head
VLT 2024-10-14 16:50:17 +03:00 committed by GitHub
parent 22d6f8a037
commit 6780b862e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ const SplitterProps = [
const SplitterEvents = [ const SplitterEvents = [
{ {
name: 'resizened', name: 'resizeend',
description: 'Callback to invoke when resize ends.', description: 'Callback to invoke when resize ends.',
arguments: [ arguments: [
{ {