Skip to content

Commit 18d7b3b

Browse files
authored
Merge pull request #4 from Guilhemvnt/correct-typo-errors
docs(readme): fix typo and broken link
2 parents 7aa3221 + ca067f2 commit 18d7b3b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CODING_STYLE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The coding style is inspired by the [Google C++ Style Guide](https://google.gith
3737

3838
### Namespaces
3939

40-
- Each class ùust be in the `tdl` namespace.
40+
- Each class must be in the `tdl` namespace.
4141
- The namespace must be in lowercase. (e.g. `namespace tdl`).
4242
- Do not use any `using namespace` statement in header or source files.
4343

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The instructions describe the main tdl repository `but it works the same way for
3939

4040
### Commit message format
4141

42-
The commit messages format is inspired from [Angular commit message convention]( https://gist.github.com/brianclements/841ea7bffdb01346392c)
42+
The commit messages format is inspired from [Angular commit message convention](https://www.conventionalcommits.org/en/v1.0.0-beta.4/)
4343

4444
When commiting changes, the following structure should be used in the title and associated description of said commit:
4545

0 commit comments

Comments
 (0)