From 2b080ec8c5362cf89d7435cc1add9f2eeeba14f8 Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Fri, 3 Mar 2023 20:07:56 +0000 Subject: [PATCH] Fix wording and spelling of docs --- docs/examples/Colors.md | 4 ++-- docs/examples/Counters.md | 4 ++-- docs/examples/Disabled.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/examples/Colors.md b/docs/examples/Colors.md index c6917ac..ca47583 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 af637d0..112be6e 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 e8c94d8..cecee57 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, -- GitLab