Skip to content

Commit 0266f58

Browse files
authored
Fix typo (#578)
1 parent 8527a61 commit 0266f58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Configuration file
22

33
If you are often connecting to the same instances, it might be handy to store the configuration inside the configuration file,
4-
so you don't have to retype the same command all over again. _aws-gate_ supports storing instance connection information in a dedicated config file located at _~/.aws-gate/config_. The format of the configuraiton file is as follows:
4+
so you don't have to retype the same command all over again. _aws-gate_ supports storing instance connection information in a dedicated config file located at _~/.aws-gate/config_. The format of the configuration file is as follows:
55

66

77
```
@@ -32,4 +32,4 @@ aws-gate session webapp-pre
3232

3333
# config.d support
3434

35-
_aws-gate_ will automatically load condiguration from _~/.aws-gate/config.d_. This is especially useful is you need to share you configuration within your team or you are working on multiple projects.
35+
_aws-gate_ will automatically load configuration from _~/.aws-gate/config.d_. This is especially useful is you need to share you configuration within your team or you are working on multiple projects.

0 commit comments

Comments
 (0)