diff --git a/languagetool-language-modules/en/src/main/resources/org/languagetool/resource/en/disambiguation.xml b/languagetool-language-modules/en/src/main/resources/org/languagetool/resource/en/disambiguation.xml
index b727c6e3095d..69f6784d7b7e 100644
--- a/languagetool-language-modules/en/src/main/resources/org/languagetool/resource/en/disambiguation.xml
+++ b/languagetool-language-modules/en/src/main/resources/org/languagetool/resource/en/disambiguation.xml
@@ -1573,7 +1573,7 @@
I best my opponents.
He brought out the best in people.
He brought out the very best in people.
- It's best for him.
+ It's best for him.
@@ -9436,7 +9436,7 @@ Incorrectly touched. Incorrect grammar. Those present
BE
- barks?|goes|tells|says|finds|thinks|gets
+ barks?|goes|tells|says|finds|thinks|gets|make
@@ -9487,7 +9487,7 @@ Incorrectly touched. Incorrect grammar. Those present
The advert for bicycles is to be run in local newspapers from March to August.
Incorrect grammar: I'm find macro focus stacking hard.
I have notice LanguageTool doesn't find all errors.
- Although they are often considered to be weeds in gardens, this viewpoint is not always...
+
diff --git a/languagetool-language-modules/en/src/main/resources/org/languagetool/rules/en/grammar.xml b/languagetool-language-modules/en/src/main/resources/org/languagetool/rules/en/grammar.xml
index 3cbdaea28a7b..d4f96100a755 100644
--- a/languagetool-language-modules/en/src/main/resources/org/languagetool/rules/en/grammar.xml
+++ b/languagetool-language-modules/en/src/main/resources/org/languagetool/rules/en/grammar.xml
@@ -59302,8 +59302,8 @@ USA
The verb '\2' does not usually follow articles like '\1'. Check that '\2' is spelled correctly; using '\2' as a noun may be non-standard.
\1 {suggestion}
a compete
- ... the club managed to a bring their total revenue up to € 54 million euros.
- Let me know if Ic an be of assistance.
+ ... the club managed to a bring their total revenue up to € 54 million euros.
+ Let me know if Ic an be of assistance.
Might be overkill for your current needs, but worth a send.
At Intel's first and blend" financing of a reduced rate increase and (2) an extend and blend product with financed rate reduction embedded in a collar.
The markets were great in 98 and 99 with the first annuities that we made an invest in.
diff --git a/languagetool-language-modules/en/src/test/java/org/languagetool/rules/en/MorfologikBritishSpellerRuleTest.java b/languagetool-language-modules/en/src/test/java/org/languagetool/rules/en/MorfologikBritishSpellerRuleTest.java
index 1c8cfe66ca6a..1d621ed78210 100644
--- a/languagetool-language-modules/en/src/test/java/org/languagetool/rules/en/MorfologikBritishSpellerRuleTest.java
+++ b/languagetool-language-modules/en/src/test/java/org/languagetool/rules/en/MorfologikBritishSpellerRuleTest.java
@@ -112,8 +112,8 @@ public void testMorfologikSpeller() throws IOException {
RuleMatch[] matches3 = rule.match(lt.getAnalyzedSentence("I'm g oing"));
Assert.assertThat(matches3.length, is(1));
- Assert.assertThat(matches3[0].getSuggestedReplacements().get(0), is("go ing"));
- Assert.assertThat(matches3[0].getSuggestedReplacements().get(1), is("going"));
+ Assert.assertThat(matches3[0].getSuggestedReplacements().get(0), is("going"));
+ Assert.assertThat(matches3[0].getSuggestedReplacements().get(1), is("g going"));
Assert.assertThat(matches3[0].getFromPos(), is(4));
Assert.assertThat(matches3[0].getToPos(), is(10));