Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 61d3e51

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

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.