From 450e5fd0649ebc55b4cb620e947f409fe779cf4a Mon Sep 17 00:00:00 2001 From: neo <48834031+SuperOctocat@users.noreply.github.com> Date: Fri, 6 Oct 2023 00:27:26 +1100 Subject: [PATCH] Fixed typos in code_quality readme --- code_quality/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code_quality/README.md b/code_quality/README.md index fcea5269fb3..5c708c35aea 100644 --- a/code_quality/README.md +++ b/code_quality/README.md @@ -1,3 +1,3 @@ The files in this directory are used for configuring IDEs or are used by the build tool to make certain code quality checks. -For example findbugs-ecludes is used by both the build tool's findbugs implementation as well as IDES for running findbugs. \ No newline at end of file +For example, findbugs-excludes is used by both the build tool's findbugs implementation as well as IDES for running findbugs.