Skip to content

Commit 8417b6d

Browse files
committed
fix: documentation typos
1 parent 3769bbd commit 8417b6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/docs/connections.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ In addition to the regular ssh config file, wave also has its own config file to
7676
| term:theme | This string can be used to specify a terminal theme for blocks using this connection. The block metadata takes priority over this setting. It defaults to null which means the global setting will be used instead. |
7777
| ssh:identityfile | A list of strings containing the paths to identity files that will be used. If a `wsh ssh` command using the `-i` flag is successful, the identity file will automatically be added here. |
7878

79-
### Example Interal Configurations
79+
### Example Internal Configurations
8080

81-
Here are a couple examples of things you can do using the internal configuration file `config.json`:
81+
Here are a couple examples of things you can do using the internal configuration file `connections.json`:
8282

8383
#### Hiding a Connection
8484

@@ -110,7 +110,7 @@ Suppose you have a connection named `rarelyused` that shows up as `myusername@ra
110110

111111
#### Theming a Connection
112112

113-
Suppose you have a connection named `myhost` that shows up as `myusername@myhost` in the connections dropdown. You use this connection a lot but you keep getting it mixed up with your local connections. In this case, you can use the internal configuration file to style it differently. For example:
113+
Suppose you have a connection named `myhost` that shows up as `myusername@myhost` in the connections dropdown. You use this connection a lot, but you keep getting it mixed up with your local connections. In this case, you can use the internal configuration file to style it differently. For example:
114114

115115
```json
116116
{
@@ -134,7 +134,7 @@ While Wave provides an option disable `wsh` when first connecting to a remote, t
134134
{
135135
<... other connections go here ...>,
136136
"root@wshless" : {
137-
"conn:enablewsh": "false",
137+
"conn:enablewsh": false,
138138
},
139139
<... other connections go here ...>
140140
}

0 commit comments

Comments
 (0)