From a638e6910f99c4797cc8a080b5d74392abd94a53 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 28 Feb 2020 07:06:19 -0500 Subject: [PATCH] Copyedit --- content/docs/quickstart/dart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/quickstart/dart.md b/content/docs/quickstart/dart.md index 9ec75a4..d6b23c2 100644 --- a/content/docs/quickstart/dart.md +++ b/content/docs/quickstart/dart.md @@ -211,8 +211,8 @@ from the `example/helloworld` directory: $ dart bin/server.dart ``` - 2. In another terminal, run the client. This time, include add a name as a - command-line argument: + 2. In another terminal, run the client. This time, add a name as a command-line + argument: ```sh $ dart bin/client.dart Alice