Skip to content

Commit 15dfb41

Browse files
committed
docstring
1 parent 32204f8 commit 15dfb41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

marimo/_config/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class ServerConfig(TypedDict, total=False):
9595
**Keys.**
9696
9797
- `browser`: the web browser to use. `"default"` or a browser registered
98-
with Python's webbrowser module (eg, `"firefox"` or `"google-chrome"`)
98+
with Python's webbrowser module (eg, `"firefox"` or `"chrome"`)
9999
"""
100100

101101
browser: Literal["default"] | str

0 commit comments

Comments
 (0)