]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
Grammatical corrections on Introduction Page (#868)
authorEmmanuel Akhigbe <akhigbemmanuel@gmail.com>
Fri, 3 Dec 2021 09:15:56 +0000 (10:15 +0100)
committerGitHub <noreply@github.com>
Fri, 3 Dec 2021 09:15:56 +0000 (10:15 +0100)
packages/docs/introduction.md

index 11e79a489e286fa746e3f2507e5e436a9124b18f..23b0535311b458be28de6a443e0b6040a9374bbd 100644 (file)
@@ -165,7 +165,7 @@ Pinia tries to stay as close as Vuex's philosophy as possible. It was designed t
 ### RFCs
 
 While Vuex goes through RFC to gather as much feedback from the community as possible, Pinia doesn't. I test out ideas based on my experience developing applications, reading other people's code, working for clients who use Pinia, and answering questions on Discord.
-This allows me to provide a solution that works and it adapted to a variety of cases and application sizes. I publish often, and make the library evolve while keeping its core API the same.
+This allows me to provide a solution that works and is adapted to a variety of cases and application sizes. I publish often and make the library evolve while keeping its core API the same.
 
 ### Comparison with Vuex 3.x/4.x