We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09b09b0 commit 3730e80Copy full SHA for 3730e80
1 file changed
pages/Mixins.md
@@ -66,7 +66,7 @@ function applyMixins(derivedCtor: any, baseCtors: any[]) {
66
67
# Understanding the sample
68
69
-The code sample starts with the two classes that will act is our mixins.
+The code sample starts with the two classes that will act as our mixins.
70
You can see each one is focused on a particular activity or capability.
71
We'll later mix these together to form a new class from both capabilities.
72
0 commit comments