Skip to content

Commit

Permalink
Typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
evanweible-wf committed Oct 29, 2019
1 parent 06056c1 commit 1ac35a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions doc/tools/format-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ the current project.
`FormatTool` can be run in 3 modes:

- `FormatMode.overwrite` (default)
- e.g. `dartfmt -w .`
- e.g. `ddev format -w`
- `FormatMode.dryRun` (lists files that would be changed)
- e.g. `dartfmt -n .`
- e.g. `ddev format -n`
- `FormatMode.check` (dry-run _and_ sets the exit code if changes are needed)
- e.g. `dartfmt -n --set-exit-if-changed .`
- e.g. `ddev format -c`

```dart
// tool/dart_dev/config.dart
Expand Down
2 changes: 1 addition & 1 deletion lib/src/tools/test_tool.dart
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ List<String> buildArgs({
/// (either directly or via a command-line app).
///
/// [context] is the execution context that would be provided by [TestTool] when
/// converted to a [DevToolCommand]. For tests, this can be manually creatd to
/// converted to a [DevToolCommand]. For tests, this can be manually created to
/// to imitate the various CLI inputs.
///
/// [configuredBuildArgs] will be populated from [TestTool.buildArgs].
Expand Down
2 changes: 1 addition & 1 deletion lib/src/tools/webdev_serve_tool.dart
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ List<String> buildArgs(
///
/// [context] is the execution context that would be provided by
/// [WebdevServeTool] when converted to a [DevToolCommand]. For tests, this can
/// be manually creatd to imitate the various CLI inputs.
/// be manually created to imitate the various CLI inputs.
///
/// [configuredWebdevArgs] will be populated from [WebdevServeTool.webdevArgs].
///
Expand Down

0 comments on commit 1ac35a0

Please sign in to comment.