From ac53efe394313f87673d2c5fcb639a76bd769b34 Mon Sep 17 00:00:00 2001 From: Ganesh Sanap Date: Tue, 24 Oct 2023 20:26:53 +0530 Subject: [PATCH] Updates documentation for 'spo field get' --- docs/docs/cmd/spo/field/field-get.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/cmd/spo/field/field-get.mdx b/docs/docs/cmd/spo/field/field-get.mdx index 7d5a06b9264..130e7fc1206 100644 --- a/docs/docs/cmd/spo/field/field-get.mdx +++ b/docs/docs/cmd/spo/field/field-get.mdx @@ -31,7 +31,7 @@ m365 spo field get [options] : The ID of the field to retrieve. Specify `id` or `title` but not both. `-t, --title [title]` -: The display name (case-sensitive) of the field to remove. Specify `id` or `title` but not both. +: The display name (case-sensitive) of the field to retrieve. Specify `id` or `title` but not both. ```