Skip to content

Commit 362d6ba

Browse files
committed
Fix mistake in documentation of 'documentInternalElements'
Fixes #1731
1 parent 6912572 commit 362d6ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documentation/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ The following example shows a configuration file which requires developers to do
512512
"settings": {
513513
"documentationRules": {
514514
"documentInterfaces": true,
515-
"documentInternalMembers": false
515+
"documentInternalElements": false
516516
}
517517
}
518518
}

0 commit comments

Comments
 (0)