Skip to content

Commit 8a3de35

Browse files
authored
fix typo
1 parent 56f4945 commit 8a3de35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/annotations/attributes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ module.exports = templatedArray('annotation', {
9292
editType: 'arraydraw',
9393
description: [
9494
'Sets the horizontal alignment of the `text` within the box.',
95-
'Has an effect only if `text` spans more two or more lines',
95+
'Has an effect only if `text` spans two or more lines',
9696
'(i.e. `text` contains one or more <br> HTML tags) or if an',
9797
'explicit width is set to override the text width.'
9898
].join(' ')

0 commit comments

Comments
 (0)