Skip to content

Commit 0d4cf71

Browse files
authored
Fix typo in README (#164)
* Fix typo in README * two more typos...
1 parent 4cc22fe commit 0d4cf71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ For user documentation, please head to <https://adr.github.io/madr/>.
88

99
* [`adr-template.md`](template/adr-template.md) has all sections, with explanations about them.
1010
* [`adr-template-minmal.md`](template/adr-template-minimal.md) only contains mandatory sections, with explanations about them. <!-- ### Consequences also contained, though marked as "optional" -->
11-
* [`adr-template-bare.md`](template/adr-template-bare.md) has all sections, wich are empty (no explanations).
11+
* [`adr-template-bare.md`](template/adr-template-bare.md) has all sections, which are empty (no explanations).
1212
* [`adr-template-bare-minimal.md`](template/adr-template-bare-minimal.md) has the mandatory sections, without explanations. <!-- ### Consequences also contained, though marked as "optional" -->
1313

1414
Copy it into `docs/decisions`.
15-
For each ADR, copy the tempalte to `nnnn-title.md` and adapt.
15+
For each ADR, copy the template to `nnnn-title.md` and adapt.
1616
Longer explanation: Head to <https://adr.github.io/madr/#applying-madr-to-your-project>.
1717

1818
## Development hints
@@ -80,7 +80,7 @@ In case you get errors regarding `Gemfile.lock`, just delete `Gemfile.lock` and
8080
2. Update the concrete decisions in `docs/decisions/*` with the new template.
8181
3. Commit ("Update examples and decisions") and push. Possibly as pull request.
8282
4. Adapt the version reference in `template/0000-use-markdown-architectural-decision-records.md`.
83-
5. Update "template" files in in `docs/decisions`:
83+
5. Update "template" files in `docs/decisions`:
8484
* Copy `template/0000-use-markdown-architectural-decision-records.md` to `docs/decisions/0000-use-markdown-architectural-decision-records.md`.
8585
* Adapt content of `docs/decisions/adr-template.md` based on `template/adr-template.md`.
8686
Thereby, ensure that the YAML front matter in `docs/decisions/adr-template.md` is kept.

0 commit comments

Comments
 (0)