mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Fix grammar
This commit is contained in:
parent
3b37c78150
commit
e633f48f4b
1 changed files with 1 additions and 1 deletions
|
@ -857,7 +857,7 @@ class GeneralSetting(Xettings):
|
|||
)
|
||||
COMMANDS_CACHE_SAVE_INTERMEDIATE = Var.with_default(
|
||||
False,
|
||||
"If enabled, the CommandsCache saved between runs and can reduce the startup time.",
|
||||
"If enabled, the CommandsCache is saved between runs and can reduce the startup time.",
|
||||
)
|
||||
|
||||
HOSTNAME = Var.with_default(
|
||||
|
|
Loading…
Add table
Reference in a new issue