diff --git a/docs/examples/Colors.md b/docs/examples/Colors.md
index c6917ac7e42f085a327df2a48f8fba5ca2476d91..ca475836a0e008c0ffc8406a29d81c6bc3dcc95a 100644
--- a/docs/examples/Colors.md
+++ b/docs/examples/Colors.md
@@ -4,9 +4,9 @@ This example showcases the `rawItem` with the custom method
 `getColor`. Both grids on the outside call the method with
 `"red"` while the one in the middle uses `"green"`.
 We use arrays called `placedA`, `placedB` and
-`placedC` to save, which item is contained in which grid.
+`placedC` to save which item is contained in which grid.
 
-Notice: the third grid doesn't save the item position, they are always
+Notice: The third grid doesn't save the item positions, they are always
 positioned automatically.
 
 <ClientOnly>
diff --git a/docs/examples/Counters.md b/docs/examples/Counters.md
index af637d0c7337db48abc1814380e90987e973b0be..112be6ee6d303badedc0a8ffce44b0cba2dd6f0a 100644
--- a/docs/examples/Counters.md
+++ b/docs/examples/Counters.md
@@ -2,8 +2,8 @@
 
 Showcasing local and global state: The local state of the counter
 components doesn't change when moved inside one grid, but is cleared when
-moved to the other. The global state is in the `data` attribute
-of each item and gets transferred as well. Both grids have also custom
+moved to another. The global state is in the `data` attribute
+of each item and gets transferred as well. Both grids also have custom
 highlights.
 
 <ClientOnly>
diff --git a/docs/examples/Disabled.md b/docs/examples/Disabled.md
index e8c94d895cbc1775e1462121e2c6170e6bb82a6c..cecee570209cdff55f2e9949ae8371d060b66f83 100644
--- a/docs/examples/Disabled.md
+++ b/docs/examples/Disabled.md
@@ -1,7 +1,7 @@
 # Example 6: Disabled grid
 
 This uses the same data as the tic-tac-toe but is completely disabled.
-Notice how the items still move if the tic-tac-toe data would
+Notice how the items still move if the tic-tac-toe data
 change. Uncheck the checkbox to enable:
 
 The grid can also be in a loading state, in which it is disabled as well,