Skip to content

Commit 61d3e51

Browse files
authored
Fix typo in README.md.
In the plugin configuration example, the option "excludeObjectExpr" is misspelled "excludeObjectExprr"
1 parent 28aa0d3 commit 61d3e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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)