Skip to content

Commit 8113797

Browse files
committed
docs: Remove not needed whitespaces in markdown files
1 parent 6fc7f3f commit 8113797

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ should add unique value.
6363
#### Commit Messages Formatting
6464

6565
- Prefer to use the [Conventional Commits](https://www.conventionalcommits.org/) format: `<type>: <short summary>`. If necessary, put any extra information in the description.
66-
- Commit types include (but are not limited to):
66+
- Commit types include (but are not limited to):
6767
- **docs**: Documentation only changes
6868
- **feat**: A new feature
6969
- **fix**: A bug fix
7070
- **test**: Adding or fixing tests
7171
- **chore**: CI / code quality / minor quality of life improvements
7272

73-
- **Examples**:
73+
- **Examples**:
7474
- `feat: add quicksort algorithm`
7575
- `chore: fix spelling`
7676
- `fix: improper error message`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ TypeScript Repository of TheAlgorithms, which implements various algorithms and
1010
[![Contributions Welcome][welcome]](CONTRIBUTING.md)
1111
[![Discord chat][chat]][discord-server]
1212

13-
13+
1414
</div>
1515

1616
---

0 commit comments

Comments
 (0)