Skip to content

Commit 408c725

Browse files
authored
Fix a typo on configuration.rst (#860)
1 parent c8cbb2c commit 408c725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/users/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ By default, Jupyter Server looks for server-specific configuration in a ``jupyte
2424
/Users/username/Library/Jupyter/runtime
2525
2626
27-
The paths under ``config`` are listed in order of precedence. If the same trait is listed in multiple places, it will be set to the value from the file will highest precendence.
27+
The paths under ``config`` are listed in order of precedence. If the same trait is listed in multiple places, it will be set to the value from the file with the highest precendence.
2828

2929

3030
Jupyter Server uses IPython's traitlets system for configuration. Traits can be

0 commit comments

Comments
 (0)