From 669712cbf97f3de273cd8cf5460ee4bb17f2f16e Mon Sep 17 00:00:00 2001 From: Neila Date: Tue, 2 Jul 2024 23:30:53 +0800 Subject: [PATCH] docs: fix typo eanble (#67369) ### What? Fix a typo in docs. ### Why? The word *enable* was mistakenly written as *eanble*. ### How? Co-authored-by: Jiwon Choi --- docs/02-app/02-api-reference/08-next-cli.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-app/02-api-reference/08-next-cli.mdx b/docs/02-app/02-api-reference/08-next-cli.mdx index e33a96e764..6ab9bb65b5 100644 --- a/docs/02-app/02-api-reference/08-next-cli.mdx +++ b/docs/02-app/02-api-reference/08-next-cli.mdx @@ -426,7 +426,7 @@ Usage: next telemetry [options] Allows you to enable or disable Next.js' completely anonymous telemetry collection. Options: - --enable Eanbles Next.js' telemetry collection. + --enable Enables Next.js' telemetry collection. --disable Disables Next.js' telemetry collection. -h, --help Displays this message.