]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add missing hyphen to 'Package managed'
authorMohamad Salman <139472418+MohamadSalman11@users.noreply.github.com>
Mon, 24 Feb 2025 12:23:23 +0000 (13:23 +0100)
committerMark Otto <markdotto@gmail.com>
Thu, 3 Apr 2025 05:54:59 +0000 (22:54 -0700)
site/layouts/partials/home/get-started.html

index 0a0646a7a5cd144dc64cf3c457e28a4cf5b5129e..977bb07a6d3153b752c41f25b2465c3e3726ccb7 100644 (file)
@@ -19,7 +19,7 @@
     <svg class="bi mb-2 fs-2 text-body-secondary" aria-hidden="true"><use xlink:href="#box-seam"></use></svg>
     <h3 class="fw-semibold">Install via package manager</h3>
     <p class="pe-lg-5">
-      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 <a href="https://github.com/twbs/examples/">use any demo from our Examples repo</a> 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 <a href="https://github.com/twbs/examples/">use any demo from our Examples repo</a> to quickly jumpstart Bootstrap projects.
     </p>
     {{ highlight (printf ("npm install bootstrap@%s") .Site.Params.current_version) "sh" "" }}
     {{ highlight (printf ("gem install bootstrap -v %s") .Site.Params.current_ruby_version) "sh" "" }}