*: fix errors reported by languagetool (#6069)
This commit is contained in:
@@ -11,11 +11,11 @@
|
||||
|
||||
`dolt config --get {{name}}`
|
||||
|
||||
- Modify the value of a local configuration variable, creating it if does not exist:
|
||||
- Modify the value of a local configuration variable, creating it if it doesn't exist:
|
||||
|
||||
`dolt config --add {{name}} {{value}}`
|
||||
|
||||
- Modify the value of a global configuration variable, creating it if does not exist:
|
||||
- Modify the value of a global configuration variable, creating it if it doesn't exist:
|
||||
|
||||
`dolt config --global --add {{name}} {{value}}`
|
||||
|
||||
|
Reference in New Issue
Block a user