Skip to content

Commit afd5927

Browse files
authored
Fix typos: canvakit--> canvaskit (flutter#169868)
<!-- Thanks for filing a pull request! Reviewers are typically assigned within a week of filing a request. To learn more about code review, see our documentation on Tree Hygiene: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md --> *Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. You must list at least one issue. An issue is not required if the PR fixes something trivial like a typo.* *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].* ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [ ] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [ ] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [ ] I signed the [CLA]. - [ ] I listed at least one issue that this PR fixes in the description above. - [ ] I updated/added relevant documentation (doc comments with `///`). - [ ] I added new tests to check the change I am making, or this PR is [test-exempt]. - [ ] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [ ] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. <!-- Links --> [Contributor Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview [Tree Hygiene]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md [test-exempt]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests [Flutter Style Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md [Features we expect every widget to implement]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md [Data Driven Fixes]: https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md
1 parent a686424 commit afd5927

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

engine/src/flutter/lib/web_ui/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The `build` subcommand builds web engine gn/ninja targets. Targets can be
2727
individually specified in the command line invocation, or if none are specified,
2828
all 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

0 commit comments

Comments
 (0)