Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove unnecessary parentheses in draft mode API (#75153)
## What? Updates the draft mode documentation to fix incorrect method calls in the code examples. ## Why? The code examples were showing incorrect syntax for enabling and disabling draft mode, using `draft()` instead of accessing the methods directly on the `draft` object. ## How? Removes the unnecessary parentheses when calling `enable()` and `disable()` methods on the draft mode object in the documentation examples. Fixes vercel/feedback#82345
- Loading branch information