File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/dart_frog_cli/lib/src/dev_server_runner Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -234,11 +234,11 @@ class DevServerRunner {
234234 /// This method will throw a [DartFrogDevServerException] if called after
235235 /// [stop] has been called.
236236 ///
237- /// The [arguments] are optional and usually expected to be those from
238- /// `ArgResults.rest` ; since a `--` signals the **end of options** and
237+ /// The [arguments] are optional and usually expected to be those from
238+ /// `ArgResults.rest` ; since a `--` signals the **end of options** and
239239 /// disables further option processing from `dart_frog dev` . Any [arguments]
240240 /// after the `--` are passed into the [Dart tool] (https://dart.dev/tools/dart-tool)
241- /// process.
241+ /// process.
242242 ///
243243 /// For example, you could use the `--` to enable [experimental flags] (https://dart.dev/tools/experiment-flags)
244244 /// such as macros by doing `dart_frog dev -- --enable-experiment=macros` .
You can’t perform that action at this time.
0 commit comments