Skip to content

Commit 379e47b

Browse files
authored
Merge pull request #4528 from salim-b/patch-1
fix typo
2 parents fa51e33 + 8a3de35 commit 379e47b

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)