fix(curriculum): typo 'style.css' to 'styles.css' (#52729)

This commit is contained in:
Hitesh
2023-12-24 20:43:46 +05:30
committed by GitHub
parent 27acf883e8
commit 48527696c8
@@ -157,7 +157,7 @@ assert(document.getElementsByTagName('button')?.[0]?.hasAttribute('style'));
```
```css
/* style.css */
/* styles.css */
```
# --solutions--