Skip to content

Commit b36702c

Browse files
authored
docs(docs): Fix git clone instruction int-fix-docs (#3997)
* fix: wrong git clone address int-fix-docs * fix: missing space int-fix-docs --------- Co-authored-by: Alexandre Hamez <[email protected]>
1 parent fd18abb commit b36702c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ You have to clone the project locally to work on it.
118118
1. Copy the following code and enter it in your terminal:
119119

120120
```bash
121-
git clone [email protected]:docs-content.git | bash -s -- cd docs-content && yarn
121+
git clone [email protected]:scaleway/docs-content.git | bash -s -- cd docs-content && yarn
122122
```
123123

124124
2. Ensure `yarn` has been run, if not run `yarn install`.
@@ -131,7 +131,7 @@ Helpful pre-commit commands:
131131

132132
### Commit conventions
133133

134-
This project uses [conventionalcommits](https://www.conventionalcommits.org/en/v1.0.0/) based on the [Angular convention](https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#-commit-message-guidelines).
134+
This project uses [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) based on the [Angular convention](https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#-commit-message-guidelines).
135135

136136
Here is a commit template example:
137137

0 commit comments

Comments
 (0)