Skip to content

Commit

Permalink
Merge pull request #3873 from smudja/patch-1
Browse files Browse the repository at this point in the history
Correct spelling in modular.html
  • Loading branch information
jgthms authored Nov 27, 2024
2 parents eb4ff2a + 664f9f1 commit 2172fa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/documentation/start/modular.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
@use "bulma/sass/base";
@use "bulma/sass/themes";

// Load the button and title elements and compnents
// Load the button and title elements and components
@use "bulma/sass/elements/button";
@use "bulma/sass/elements/title";
@use "bulma/sass/components/message";
Expand Down Expand Up @@ -159,4 +159,4 @@
The <code>@use</code> keyword allows use to configure a module when loading it with our own variables:
</p>
{% highlight sass %}{{ custom_section }}{% endhighlight %}
</div>
</div>

0 comments on commit 2172fa1

Please sign in to comment.