From 103b18582fb9211b8828adff28b27684e7dd094f Mon Sep 17 00:00:00 2001 From: neo <48834031+SuperOctocat@users.noreply.github.com> Date: Fri, 6 Oct 2023 01:01:15 +1100 Subject: [PATCH] Fixed typos in code_quality readme (#7407) --- 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.