Skip to content

Commit 98d0fa9

Browse files
authored
Fix typos
1 parent fd2ac24 commit 98d0fa9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: docs/development-strategy.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# JabRef's development strategy
1+
# JabRef's Development Strategy
22

33
We aim to keep up to high-quality code standards and use code quality tools wherever possible.
44

@@ -10,9 +10,9 @@ To ensure high code-quality,
1010
* we document our design decisions using the lightweight architectural decision records [MADR](https://adr.github.io/madr/).
1111
* we review each external pull request by at least two [JabRef Core Developers](https://github.com/JabRef/jabref/blob/master/DEVELOPERS).
1212

13-
Read on on our automated quality checks at [Code Quality](code-quality.md).
13+
Read on about our automated quality checks at [Code Quality](code-quality.md).
1414

15-
## Continuos integration
15+
## Continuous integration
1616

1717
Since end of 2019, we just use GitHub actions to execute our tests and to creates binaries. The binaries are create using [gradle](https://gradle.org/) and are uploaded to to [https://builds.jabref.org](https://builds.jabref.org). These binaries are created without any checks to have them available as quickly as possible, even if the localization or some fetchers are broken. Deep link: [https://github.com/JabRef/jabref/actions?workflow=Deployment](https://github.com/JabRef/jabref/actions?workflow=Deployment).
1818

0 commit comments

Comments
 (0)