diff --git a/docs/guides/editor_features/watching.md b/docs/guides/editor_features/watching.md index c70523b2f0a..96bb537826b 100644 --- a/docs/guides/editor_features/watching.md +++ b/docs/guides/editor_features/watching.md @@ -1,9 +1,9 @@ # Using your own editor While we recommend using the [marimo editor](editor_features/index.md), -we understand that you may prefer to use your own editor. marimo provides a +we understand that you may prefer to use your own. marimo provides a `--watch` flag that watches your notebook file for changes, syncing them to -the marimo editor or running application. This lets you to edit your notebook +the marimo editor or running application. This lets you edit your notebook using an editor of your choice, like neovim, VSCode, Cursor, or PyCharm, and have the changes automatically reflected in your browser.