From 5c5b5c806cc8c3ba2ddb50566670f32ea3b37517 Mon Sep 17 00:00:00 2001 From: Tanmay Satam Date: Thu, 15 Jun 2023 17:49:44 -0400 Subject: [PATCH] fix space --- docs/az-aro-python-development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/az-aro-python-development.md b/docs/az-aro-python-development.md index 28daf8aab49..32879f0acd1 100644 --- a/docs/az-aro-python-development.md +++ b/docs/az-aro-python-development.md @@ -10,7 +10,7 @@ There are currently two codebases for the `az aro` command: `az aro` module. The upstream `az aro` command module is distributed with `az` and is -automaticallypresent in the Azure cloud shell. Development/maintenance of this +automatically present in the Azure cloud shell. Development/maintenance of this module within the Azure CLI is handled the same as any other first-party Azure CLI module. You can read more about how command modules are authored and maintained [here](https://github.com/Azure/azure-cli/tree/dev/doc/authoring_command_modules).