summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni@vaadin.com>2015-02-09 21:40:53 +0200
committerJouni Koivuviita <jouni@vaadin.com>2015-02-09 21:40:53 +0200
commit5276f103c5d4c850226af20f7d6883ed5663ddd6 (patch)
treed81c9830d00d418d43b9f9e6d55ec2f74b2eba2b /client
parent2209a832943983e9e62b20c1e5e0bd982704f5e0 (diff)
downloadvaadin-framework-5276f103c5d4c850226af20f7d6883ed5663ddd6.tar.gz
vaadin-framework-5276f103c5d4c850226af20f7d6883ed5663ddd6.zip
Fix documentation typo
Change-Id: I7ae157f0fa4a352f16adb0634cbc545c14cb34f3
Diffstat (limited to 'client')
-rw-r--r--client/src/com/vaadin/client/widgets/Grid.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/com/vaadin/client/widgets/Grid.java b/client/src/com/vaadin/client/widgets/Grid.java
index cac8a1d6d3..71962d6953 100644
--- a/client/src/com/vaadin/client/widgets/Grid.java
+++ b/client/src/com/vaadin/client/widgets/Grid.java
@@ -3084,7 +3084,7 @@ public class Grid<T> extends ResizeComposite implements
public abstract C getValue(T row);
/**
- * The renderer to render the cell width. By default renders the data as
+ * The renderer to render the cell with. By default renders the data as
* a String or adds the widget into the cell if the column type is of
* widget type.
*