Skip to content

Commit f5a194d

Browse files
committed
Update mixins-as-functions.md
fixed typo
1 parent e461642 commit f5a194d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/features/mixins-as-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ div {
4949
}
5050
```
5151

52-
Variable defined directly in callers scope can not be overriden. However, variable defined in callers parent scope is not protected and be overriden.
52+
Variable defined directly in callers scope can not be overriden. However, variable defined in callers parent scope is not protected and will be overriden:
5353
````less
5454
.mixin() {
5555
@size: in-mixin;

0 commit comments

Comments
 (0)