From: Mohamad Salman <139472418+MohamadSalman11@users.noreply.github.com> Date: Mon, 24 Feb 2025 12:23:23 +0000 (+0100) Subject: Add missing hyphen to 'Package managed' X-Git-Tag: v5.3.4~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25965bae008fe14d1ffcd66498192b44056074b8;p=thirdparty%2Fbootstrap.git Add missing hyphen to 'Package managed' --- diff --git a/site/layouts/partials/home/get-started.html b/site/layouts/partials/home/get-started.html index 0a0646a7a5..977bb07a6d 100644 --- a/site/layouts/partials/home/get-started.html +++ b/site/layouts/partials/home/get-started.html @@ -19,7 +19,7 @@
- Install Bootstrapâs source Sass and JavaScript files via npm, RubyGems, Composer, or Meteor. Package managed installs donât include documentation or our full build scripts. You can also use any demo from our Examples repo to quickly jumpstart Bootstrap projects. + Install Bootstrapâs source Sass and JavaScript files via npm, RubyGems, Composer, or Meteor. Package-managed installs donât include documentation or our full build scripts. You can also use any demo from our Examples repo to quickly jumpstart Bootstrap projects.
{{ highlight (printf ("npm install bootstrap@%s") .Site.Params.current_version) "sh" "" }} {{ highlight (printf ("gem install bootstrap -v %s") .Site.Params.current_ruby_version) "sh" "" }}