aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/annotations/DesignRoot.java
diff options
context:
space:
mode:
authorAhmed Ashour <asashour@yahoo.com>2017-09-27 12:44:25 +0200
committerHenri Sara <henri.sara@gmail.com>2017-09-27 13:44:25 +0300
commit9e6490d32a024333032b080efc7ba2d815c6eeed (patch)
tree39c3727bd3e5349d3a5967c4a645e8f395e5e69e /server/src/main/java/com/vaadin/annotations/DesignRoot.java
parent9f9efe0058397992fda43e104c90b79039d41c0f (diff)
downloadvaadin-framework-9e6490d32a024333032b080efc7ba2d815c6eeed.tar.gz
vaadin-framework-9e6490d32a024333032b080efc7ba2d815c6eeed.zip
Fix typos (#10095)
Diffstat (limited to 'server/src/main/java/com/vaadin/annotations/DesignRoot.java')
-rw-r--r--server/src/main/java/com/vaadin/annotations/DesignRoot.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/server/src/main/java/com/vaadin/annotations/DesignRoot.java b/server/src/main/java/com/vaadin/annotations/DesignRoot.java
index c3d25b78b6..694ca8c35b 100644
--- a/server/src/main/java/com/vaadin/annotations/DesignRoot.java
+++ b/server/src/main/java/com/vaadin/annotations/DesignRoot.java
@@ -26,11 +26,11 @@ import com.vaadin.ui.declarative.Design;
* Marks the component as the root of a design (html) file.
* <p>
* Used together with {@link Design#read(com.vaadin.ui.Component)} to be able
- * the load the design without further configuration. By default, the design
- * is loaded from the same package as the annotated class and the design
- * filename is derived from the class name. You can override the default
- * behaviour by using the {@link #value()} parameter in order to load the
- * design from a different package or with a non-default filename.
+ * the load the design without further configuration. By default, the design is
+ * loaded from the same package as the annotated class and the design filename
+ * is derived from the class name. You can override the default behavior by
+ * using the {@link #value()} parameter in order to load the design from a
+ * different package or with a non-default filename.
*
* @since 7.4
* @author Vaadin Ltd