Skip to content

Commit 0917873

Browse files
deiningmehalter
authored andcommitted
docs: fix typos
1 parent 0d33adf commit 0917873

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you wish to contribute to an AstroNvim repository, you should:
1010
- For ssh:
1111

1212
```shell
13-
$ git clone git@github.com:<YOUR GITHUB USERNAME>/<REPOSITORY_NAME>.git ~/projects/<REPSITORY_NAME>
13+
$ git clone git@github.com:<YOUR GITHUB USERNAME>/<REPOSITORY_NAME>.git ~/projects/<REPOSITORY_NAME>
1414
```
1515

1616
- For https:
@@ -25,13 +25,13 @@ If you wish to contribute to an AstroNvim repository, you should:
2525
- for ssh:
2626

2727
```shell
28-
$ git remote add upstream git@github.com:AstroNvim/<REPSOITORY_NAME>.git
28+
$ git remote add upstream git@github.com:AstroNvim/<REPOSITORY_NAME>.git
2929
```
3030

3131
- for https:
3232

3333
```shell
34-
$ git remote add upstream https://github.com/AstroNvim/<REPSOITORY_NAME>.git
34+
$ git remote add upstream https://github.com/AstroNvim/<REPOSITORY_NAME>.git
3535
```
3636

3737
4. any time you create a branch to do some work, use

0 commit comments

Comments
 (0)