From d15e5a12a9bb1ca81762b7cbeb352669239b87e7 Mon Sep 17 00:00:00 2001 From: Gareth Date: Tue, 10 Aug 2021 10:21:16 +0200 Subject: [PATCH] docs: grammar (#605) Co-authored-by: Gareth Nicholson --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index d0d0ad1b..03498e14 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,13 +13,13 @@ features: - title: 🔑 Type Safe details: Types are inferred, which means stores provide you with autocompletion even in JavaScript! - title: ⚙️ Devtools support - details: Pinia hooks into Vue devtools to give you a enhanced development experience in both Vue 2 and Vue 3. + details: Pinia hooks into Vue devtools to give you an enhanced development experience in both Vue 2 and Vue 3. - title: 🔌 Extensible details: React to store changes to extend Pinia with transactions, local storage synchronization, etc. - title: 🏗 Modular by design details: Build multiple stores and let your bundler code split them automatically. - title: 📦 Extremely light - details: Pinia weights around 1kb, you will forget it's even there! + details: Pinia weighs around 1kb, you will forget it's even there! footer: MIT Licensed | Copyright © 2019-present Eduardo San Martin Morote --- -- 2.47.3