summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2021-06-05 17:47:37 +0200
committerGitHub <noreply@github.com>2021-06-05 17:47:37 +0200
commit7a7b89eea7c17d97ba720d69ceabe93c140f4470 (patch)
tree1af812be7809670436b09f2ce56e8abadf600ec6
parentd9fdca4d03e14061d324498ca4d385d810cf7c12 (diff)
parent85317ef0e728ac4177f8a8779799647f0d225b1d (diff)
downloadAntennaPod-7a7b89eea7c17d97ba720d69ceabe93c140f4470.zip
Merge pull request #5195 from jhenninger/patch-1
Fix typo
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 614e76d87..17e2dca70 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -34,7 +34,7 @@ Submit a pull request
- If possible, add unit tests for your pull request and make sure that they pass.
- Please do not upgrade dependencies or build tools unless you have a good reason for it. Doing so can easily introduce bugs that are hard to track down.
- If you plan to do a change that touches many files (10+), please ask beforehand. This usually causes merge conflicts for other developers.
-- Please follow our code style. You can use Checkstyle within Android Studio using our [coniguration file](https://github.com/AntennaPod/AntennaPod/blob/develop/config/checkstyle/checkstyle-new-code.xml).
+- Please follow our code style. You can use Checkstyle within Android Studio using our [configuration file](https://github.com/AntennaPod/AntennaPod/blob/develop/config/checkstyle/checkstyle-new-code.xml).
- Please only change the English string resources. Translations are handled on [Transifex](https://www.transifex.com/antennapod/antennapod/).