Skip to content

Commit c229c20

Browse files
committed
fix typo
1 parent dd4e4cd commit c229c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ require `scss.inc.php` and invoke the `scss` class:
8181
```php
8282
<?php
8383
require "scssphp/scss.inc.php";
84-
$scss = new scss();
84+
$scss = new scssc();
8585

8686
echo $scss->compile('
8787
$color: #abc;

0 commit comments

Comments
 (0)