Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/documentation/grid/grid-cells.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
{% endcapture %}

{% capture markdown %}
Change which column a cell ends at, counting from the end.
Change which column a cell starts at.
{% endcapture %}

{% include markdown.html content=markdown %}
Expand Down Expand Up @@ -130,7 +130,7 @@
{% endcapture %}

{% capture markdown %}
Change which column a cell starts at.
Change which column a cell ends at, counting from the end.
{% endcapture %}

{% include markdown.html content=markdown %}
Expand Down