From 8a3de3544ea437b19d5ed70aaf0ba481d53590e6 Mon Sep 17 00:00:00 2001 From: Salim B Date: Wed, 29 Jan 2020 12:37:04 +0000 Subject: [PATCH] fix typo --- src/components/annotations/attributes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/annotations/attributes.js b/src/components/annotations/attributes.js index 93e76792f04..1e27069b618 100644 --- a/src/components/annotations/attributes.js +++ b/src/components/annotations/attributes.js @@ -92,7 +92,7 @@ module.exports = templatedArray('annotation', { editType: 'arraydraw', description: [ 'Sets the horizontal alignment of the `text` within the box.', - 'Has an effect only if `text` spans more two or more lines', + 'Has an effect only if `text` spans two or more lines', '(i.e. `text` contains one or more
HTML tags) or if an', 'explicit width is set to override the text width.' ].join(' ')