Skip to content

Commit ec84305

Browse files
authored
docs: fix some typos
1 parent 5a421c9 commit ec84305

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/demo/src/getting-started.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h5>CSS / SASS Styling Themes</h5>
7070
<p>
7171
Load default or Bootstrap Theme style via either the <code>@use</code>(modern) or <code>@import</code>(legacy)
7272
</p>
73-
1- with modern <code>@use</code>approach
73+
1- with modern SASS <code>@use</code> approach
7474
<div style="background: #f7f7f7; padding: 10px">
7575
<pre>
7676
<span style="color:#cf222e">@use</span> <span style="color:#0a3069">'multiple-select-vanilla/dist/styles/sass/multiple-select.scss'</span> <span style="color:#cf222e">with</span> (
@@ -79,7 +79,7 @@ <h5>CSS / SASS Styling Themes</h5>
7979
);
8080
</pre>
8181
</div>
82-
2- with legacy <code>@import</code>approach
82+
2- with legacy SASS <code>@import</code> approach
8383
<div style="background: #f7f7f7; padding: 10px">
8484
<pre>
8585
<span style="color:#986801">$ms-primary-color</span>: red;

0 commit comments

Comments
 (0)