This is an automated email from the ASF dual-hosted git repository.
adamsaghy pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new 277838128 Fix typos in README.md (FINERACT-1914)
277838128 is described below
commit 27783812889dfc216cd58227f1fffb7ef7b0b304
Author: Sinha, Abhinav <[email protected]>
AuthorDate: Fri Mar 31 12:26:06 2023 -0400
Fix typos in README.md (FINERACT-1914)
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index d4f0ff073..7b22f0530 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Recently (after release 1.7.0) we introduced improved date
time handling in Fine
serverTimezone=UTC&useLegacyDatetimeCode=false&sessionVariables=time_zone=‘-00:00’
```
-__DO__: If you do use MySQL as your Fineract databsae then the following
configuration is highly recommended:
+__DO__: If you do use MySQL as your Fineract database then the following
configuration is highly recommended:
* Run the application in UTC (the default command line in our Docker image has
the necessary parameters already set)
* Run the MySQL database server in UTC (if you use managed services like AWS
RDS then this should be the default anyway, but it would be good to
double-check)
@@ -439,7 +439,7 @@ Logging Guidelines
Pull Requests
-------------
-We request that your commit message include a FINERACT JIRA issue, recommended
to be put in parenthesis add the end of the first line. Start with an upper
case imperative verb (not past form), and a short but concise clear
description. (E.g. _Add enforced HideUtilityClassConstructor checkstyle
(FINERACT-821)_ or _Fix inability to reschedule when interest accrued larger
than EMI (FINERACT-1109)_ etc.).
+We request that your commit message include a FINERACT JIRA issue, recommended
to be put in parentheses at the end of the first line. Start with an upper
case imperative verb (not past form), and a short but concise clear
description. (E.g. _Add enforced HideUtilityClassConstructor checkstyle
(FINERACT-821)_ or _Fix inability to reschedule when interest accrued larger
than EMI (FINERACT-1109)_ etc.).
If your PR is failing to pass our CI build due to a test failure, then: