Module: kamailio
Branch: master
Commit: 249e96f7409a8c954b9512c1b351eb67cb293ced
URL:
https://github.com/kamailio/kamailio/commit/249e96f7409a8c954b9512c1b351eb6…
Author: Henning Westerholt <hw(a)kamailio.org>
Committer: Henning Westerholt <hw(a)kamailio.org>
Date: 2019-01-10T23:27:43+01:00
github: small syntax fix for contribution guide
---
Modified: .github/CONTRIBUTING.md
---
Diff:
https://github.com/kamailio/kamailio/commit/249e96f7409a8c954b9512c1b351eb6…
Patch:
https://github.com/kamailio/kamailio/commit/249e96f7409a8c954b9512c1b351eb6…
---
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 936f606017..227f212fcf 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -71,7 +71,7 @@ and commit history, there are several *rules* required for each
contribution.
will be regenerated by a automatic script that is executed every few hours
* so if you modify an existing module **README** don't commit the changes
of this file to the git repository
- * if you create a new module that includes also a **README file, you
+ * if you create a new module that includes also a **README** file, you
need to commit the README to the git repository one time
* code **should** be formatted with **clang-format** or to match the style of
the component that the commit applies to. The `.clang-format` file is part of