]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: typography (#455)
authorSimon Legner <Simon.Legner@gmail.com>
Tue, 27 Apr 2021 10:53:47 +0000 (12:53 +0200)
committerGitHub <noreply@github.com>
Tue, 27 Apr 2021 10:53:47 +0000 (12:53 +0200)
docs/introduction.md

index 27a037d46bba717c3838b38160e425af55f208b6..1d240d0ca79e73c09d8530b1d0906f9c793d36bc 100644 (file)
@@ -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.