Skip to content

Commit 869ace5

Browse files
committed
chore(grid): minor wording fix in grid state docs
1 parent 9d927fa commit 869ace5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/grid/state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The `GetState` and `SetState` instance methods provide flexibility for your busi
6666

6767
* `SetState` takes an instance of a grid state so you can use your own code to alter the grid layout and state. For example, you can have a button that puts the grid in a certain configuration that helps your users review data (like certain filters, sorts, groups, expanded detail templates, initiate item editing or inserting, etc.).
6868

69-
If you want to make changes on the current grid state, first get it from the grid through the `GetState` method, then apply the modifications on the object you got, and pass it to `SaveState`.
69+
If you want to make changes on the current grid state, first get it from the grid through the `GetState` method, then apply the modifications on the object you got and pass it to `SetState`.
7070

7171
If you want to put the grid in a certain configuration without preserving the old one, create a `new GridState<T>()` and apply the settings there, then pass it to `SetState`.
7272

0 commit comments

Comments
 (0)