Skip to content

Commit 3730e80

Browse files
committed
typo: is changed to as
1 parent 09b09b0 commit 3730e80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/Mixins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function applyMixins(derivedCtor: any, baseCtors: any[]) {
6666

6767
# Understanding the sample
6868

69-
The code sample starts with the two classes that will act is our mixins.
69+
The code sample starts with the two classes that will act as our mixins.
7070
You can see each one is focused on a particular activity or capability.
7171
We'll later mix these together to form a new class from both capabilities.
7272

0 commit comments

Comments
 (0)