Skip to content

Commit 6ce99b5

Browse files
Change "dartfmt" -> "dart format". (#2822)
Co-authored-by: Janice Collins <[email protected]>
1 parent cefb14b commit 6ce99b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ yet in the issue tracker, start by opening an issue. Thanks!
2424
2. When a change is user-facing, please add a new entry to the [changelog](https://github.com/dart-lang/dartdoc/blob/master/CHANGELOG.md)
2525
3. Please include a test for your change. `dartdoc` has both `package:test`-style unittests as well as integration tests. To run the unittests, use `grind test`.
2626
4. For major changes, run `grind compare-sdk-warnings` and `grind compare-flutter-warnings`, and include the summary results in your pull request.
27-
5. Be sure to format your Dart code using `dartfmt -w`, otherwise travis will complain.
27+
5. Be sure to format your Dart code using `dart format`, otherwise travis will complain.
2828
6. Use `grind presubmit` before creating a pull request to quickly check for common problems.
2929
7. Post your change via a pull request for review and integration!
3030

0 commit comments

Comments
 (0)