mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
16 lines
285 B
Markdown
16 lines
285 B
Markdown
|
|
# Proper Names as Substrings
|
||
|
|
|
||
|
|
The proper case is: @aws-control-tower
|
||
|
|
|
||
|
|
Similarly, aws-vault and AWS and @aws-control-tower are all correct.
|
||
|
|
|
||
|
|
<!-- markdownlint-configure-file {
|
||
|
|
"proper-names": {
|
||
|
|
"names": [
|
||
|
|
"AWS",
|
||
|
|
"aws-vault",
|
||
|
|
"@aws-control-tower"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
} -->
|