diff --git a/guides/column-keys/index.html b/guides/column-keys/index.html index 1e4acdc..c336f75 100644 --- a/guides/column-keys/index.html +++ b/guides/column-keys/index.html @@ -38,5 +38,5 @@
The column qualifier can be omitted to access the default column (empty). For instance,
-we wanted to have a single column family that stores a title, the column would be accessed
+if we wanted to have a single column family that stores a title, the column would be accessed
by title:
. In that case, the :
can be omitted: title
.