diff --git a/docs/framework/react/quick-start.md b/docs/framework/react/quick-start.md index 702d9200..f01cf5a3 100644 --- a/docs/framework/react/quick-start.md +++ b/docs/framework/react/quick-start.md @@ -153,8 +153,8 @@ export function LiveLetterFrequency({ rows, accent }: LetterFrequencyInput) { } ``` -The dependency list owns application invalidation. The definition identity -tells the chart host when captured values changed. See +TanStack Charts owns rebuilding the chart when its definition changes. The +application owns when that definition changes through the dependency list. See [Chart Definition API](../../reference/chart-definitions.md). ## Interaction callbacks