Skip to content

Commit

Permalink
fix utilities typo (#34923)
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Sep 8, 2021
1 parent 00a230a commit de68df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.1/customize/sass.md
Expand Up @@ -71,7 +71,7 @@ In your `custom.scss`, you'll import Bootstrap's source Sass files. You have two
@import "../node_modules/bootstrap/scss/grid";
@import "../node_modules/bootstrap/scss/helpers";

// 5. Optionally include utilities API last to generate classes based on the Sass map in `_utililies.scss`
// 5. Optionally include utilities API last to generate classes based on the Sass map in `_utilities.scss`
@import "../node_modules/bootstrap/scss/utilities/api";

// 6. Add additional custom code here
Expand Down

0 comments on commit de68df2

Please sign in to comment.