From 8d250c8a666ca3db58708bb9954c2383094c9f91 Mon Sep 17 00:00:00 2001 From: Vyrza Date: Fri, 19 Oct 2018 04:43:25 +0700 Subject: [PATCH] Minor grammar edit. (#19943) --- guide/english/bulma/index.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/guide/english/bulma/index.md b/guide/english/bulma/index.md index 99feec31db..8eb2b09ea8 100644 --- a/guide/english/bulma/index.md +++ b/guide/english/bulma/index.md @@ -3,17 +3,17 @@ title: Bulma --- ## Bulma -Bulma is a open source CSS framework based on flexbox and used by more than 100,000 developers. -Why bulma? -* 100% Responsive -* Modular -* Modern -* Free(Source code on Github) -* growing community +Bulma is an open source CSS framework based on flexbox and used by more than 100,000 developers. +Why Bulma? +* 100% Responsive. +* Modular. +* Modern. +* Free (Source code on Github). +* growing community. * Easy to learn. * Quick Customization. -Just one command to get started +Just one command to get started: ```terminal $ npm install bulma ```