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