From 2f6e1f1a534c6ff3738e2ee6caf6f45ae5445e12 Mon Sep 17 00:00:00 2001 From: Reshmee Auckloo Date: Thu, 9 May 2024 06:28:35 +0100 Subject: [PATCH] Fixes documentation typo in 'containertype add' command . Closes #6040 --- docs/docs/cmd/spe/containertype/containertype-add.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/cmd/spe/containertype/containertype-add.mdx b/docs/docs/cmd/spe/containertype/containertype-add.mdx index 30de46d4a38..94501e64b0f 100644 --- a/docs/docs/cmd/spe/containertype/containertype-add.mdx +++ b/docs/docs/cmd/spe/containertype/containertype-add.mdx @@ -25,13 +25,13 @@ m365 spe containertype add [options] : Specify if the Container Type should be a trial. `--azureSubscriptionId [azureSubscriptionId]` -: Azure Subscription Id. Required unless the `trail` option was specified. +: Azure Subscription Id. Required unless the `trial` option was specified. `--resourceGroup [resourceGroup]` -: Azure Resource group for billing. Required unless the `trail` option was specified. +: Azure Resource group for billing. Required unless the `trial` option was specified. `--region [region]` -: Region. Required unless the `trail` option was specified. +: Region. Required unless the `trial` option was specified. ```