From d29ce149ca369115bb5b2c4c434a95298190748c Mon Sep 17 00:00:00 2001 From: Talbi Youssef <58428792+krank56@users.noreply.github.com> Date: Tue, 10 Jan 2023 17:45:08 +0100 Subject: [PATCH] Update color-history.md Typo fix --- docs/guide/color-history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/color-history.md b/docs/guide/color-history.md index feacabe..71fa87f 100644 --- a/docs/guide/color-history.md +++ b/docs/guide/color-history.md @@ -44,5 +44,5 @@ You could allow sharing between some verte components using `.sync` modifier: ``` ::: tip -When providing the `colorHistory` prop, the Vete store does not handle any changes to the history, also the `onRecentColorsChange` handler will no longer fire. So you might need to handle persisting the color histroy using `watch` and conventional Vue patterns. +When providing the `colorHistory` prop, the Verte store does not handle any changes to the history, also the `onRecentColorsChange` handler will no longer fire. So you might need to handle persisting the color histroy using `watch` and conventional Vue patterns. :::