From 82d282e4847e74d9cf947ea948e0da42202a3d7b Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Tue, 27 Apr 2021 12:53:47 +0200 Subject: [PATCH] docs: typography (#455) --- docs/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction.md b/docs/introduction.md index 27a037d4..1d240d0c 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -128,7 +128,7 @@ This allows me to provide a solution that works, publish often, and make it evol > Vuex 3.x is Vuex for Vue 2 while Vuex 4.x is for Vue 3 -Pinia API is very different from Vuex <=4, namely: +Pinia API is very different from Vuex ≤4, namely: - _mutations_ no longer exist. They were very often perceived as **_extremely_ verbose**. They initially brought devtools integration but that is no longer an issue. - No need to create custom complex wrappers to support TypeScript, everything is typed and the API is designed in a way to leverage TS type inference as much as possible. -- 2.47.2