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
2727individually specified in the command line invocation, or if none are specified,
2828all web engine targets are built. Common targets are as follows:
2929 * ` sdk ` - The flutter_web_sdk itself.
30- * ` canvaskit ` - Flutter's version of canvakit .
30+ * ` canvaskit ` - Flutter's version of canvaskit .
3131 * ` canvaskit_chromium ` - A version of canvaskit optimized for use with
3232 chromium-based browsers.
3333 * ` 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:
7777 * ` --compiler ` runs only the test suites that use a particular compiler. Valid
7878 values for this are ` dart2js ` or ` dart2wasm `
7979 * ` --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 `
8181 * ` --suite ` runs a suite by name.
8282 * ` --bundle ` runs suites that target a particular test bundle.
8383
You can’t perform that action at this time.
0 commit comments