1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-19 13:41:19 +02:00

Fixed typo (#252)

This commit is contained in:
Anton Kulakov
2016-08-18 19:14:58 +03:00
committed by Ian Storm Taylor
parent 08b3dbf39c
commit 597fbdec72

View File

@@ -144,7 +144,7 @@ class App extends React.Component {
.transform()
.setBlock('code')
.apply()
}
}
}
@@ -192,7 +192,7 @@ class App extends React.Component {
.transform()
.setBlock(isCode ? 'paragraph' : 'code')
.apply()
}
}
}