Skip to content

Commit 4d0f95e

Browse files
authored
Merge pull request #75 from pigelvy/patch-1
Fix typo in README.md.
2 parents 28aa0d3 + 61d3e51 commit 4d0f95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Please refer to the following usage example for the parameters descriptions:
181181
<includeSchemaExpr>app.test1,app.test2</includeSchemaExpr>
182182

183183
<!-- Regular expression to match against schema name to exclude in coverage -->
184-
<excludeSchemaExprr>app.test1,app.test2</excludeSchemaExprr>
184+
<excludeSchemaExpr>app.test1,app.test2</excludeSchemaExpr>
185185

186186
<!-- Regular expression to match against schema name to include in coverage -->
187187
<includeObjectExpr>app.test1,app.test2</includeObjectExpr>

0 commit comments

Comments
 (0)