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 <devjiwonchoi@gmail.com>
This commit is contained in:
Neila 2024-07-02 23:30:53 +08:00 committed by GitHub
parent f1488d5d68
commit 669712cbf9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.