File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
engine/src/flutter/lib/web_ui Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ The `build` subcommand builds web engine gn/ninja targets. Targets can be
27
27
individually specified in the command line invocation, or if none are specified,
28
28
all web engine targets are built. Common targets are as follows:
29
29
* ` sdk ` - The flutter_web_sdk itself.
30
- * ` canvaskit ` - Flutter's version of canvakit .
30
+ * ` canvaskit ` - Flutter's version of canvaskit .
31
31
* ` canvaskit_chromium ` - A version of canvaskit optimized for use with
32
32
chromium-based browsers.
33
33
* ` skwasm ` - Builds experimental skia wasm module renderer.
@@ -77,7 +77,7 @@ Several other flags can be passed that filter which test suites should be run:
77
77
* ` --compiler ` runs only the test suites that use a particular compiler. Valid
78
78
values for this are ` dart2js ` or ` dart2wasm `
79
79
* ` --renderer ` runs only the test suites that use a particular renderer. Valid
80
- values for this are ` html ` , ` canvakit ` , or ` skwasm `
80
+ values for this are ` html ` , ` canvaskit ` , or ` skwasm `
81
81
* ` --suite ` runs a suite by name.
82
82
* ` --bundle ` runs suites that target a particular test bundle.
83
83
You can’t perform that action at this time.
0 commit comments