From f668eed350ea79ac96165a9fb328a51727e8d13a Mon Sep 17 00:00:00 2001 From: Alireza Mirian Date: Sat, 14 Mar 2026 17:12:29 +0100 Subject: [PATCH] Fix typo in table state documentation Corrected a typo in the note regarding state management. --- docs/framework/angular/guide/table-state.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/angular/guide/table-state.md b/docs/framework/angular/guide/table-state.md index 40c732299f..ff2fd394df 100644 --- a/docs/framework/angular/guide/table-state.md +++ b/docs/framework/angular/guide/table-state.md @@ -48,7 +48,7 @@ table = createAngularTable(() => ({ })) ``` -> **Note**: Only specify each particular state in either `initialState` or `state`, but not both. If you pass in a particular state value to both `initialState` and `state`, the initialized state in `state` will take overwrite any corresponding value in `initialState`. +> **Note**: Only specify each particular state in either `initialState` or `state`, but not both. If you pass in a particular state value to both `initialState` and `state`, the initialized state in `state` will overwrite any corresponding value in `initialState`. ### Controlled State