Skip to content

Commit 9edd953

Browse files
authored
[DNS] Update record-attributes.mdx (#17747)
case-sensitive
1 parent 15d50a0 commit 9edd953

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/dns/manage-dns-records/reference/record-attributes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ You can also add or edit attributes by [exporting and re-importing](/dns/manage-
5757

5858
### Comments
5959

60-
Comments are treated as [graphic Unicode characters](https://en.wikipedia.org/wiki/Graphic_character), meaning that they are case sensitive and do not have any character limitations. However, comments do not support newline (`\n`) or carriage return (`\r`) characters.
60+
Comments are treated as [graphic Unicode characters](https://en.wikipedia.org/wiki/Graphic_character), meaning that they are case-sensitive and do not have any character limitations. However, comments do not support newline (`\n`) or carriage return (`\r`) characters.
6161

6262
### Tags
6363

64-
Tags are treated as an array of `name:value` pairs, meaning that tag names are not case sensitive and can only contain letters, numbers, `-`, and `_`. For tag values, the same character restrictions apply as for comments.
64+
Tags are treated as an array of `name:value` pairs, meaning that tag names are not case-sensitive and can only contain letters, numbers, `-`, and `_`. For tag values, the same character restrictions apply as for comments.

0 commit comments

Comments
 (0)