Skip to content

Commit 2172fa1

Browse files
authored
Merge pull request #3873 from smudja/patch-1
Correct spelling in modular.html
2 parents eb4ff2a + 664f9f1 commit 2172fa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/documentation/start/modular.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
@use "bulma/sass/base";
3232
@use "bulma/sass/themes";
3333

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

0 commit comments

Comments
 (0)