Skip to content

Commit 25965ba

Browse files
MohamadSalman11mdo
authored andcommitted
Add missing hyphen to 'Package managed'
1 parent 49a5ccf commit 25965ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/layouts/partials/home/get-started.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h2 class="display-5 mb-3 fw-semibold lh-sm">Get started any way you&nbsp;want</
1919
<svg class="bi mb-2 fs-2 text-body-secondary" aria-hidden="true"><use xlink:href="#box-seam"></use></svg>
2020
<h3 class="fw-semibold">Install via package manager</h3>
2121
<p class="pe-lg-5">
22-
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.
22+
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.
2323
</p>
2424
{{ highlight (printf ("npm install bootstrap@%s") .Site.Params.current_version) "sh" "" }}
2525
{{ highlight (printf ("gem install bootstrap -v %s") .Site.Params.current_ruby_version) "sh" "" }}

0 commit comments

Comments
 (0)