From 1007b2102c85d89fcfde12a06ee8d3ccc4477e2c Mon Sep 17 00:00:00 2001 From: nenizera Date: Thu, 24 Oct 2024 05:24:50 -0300 Subject: [PATCH] [DNS] Update record-attributes.mdx case-sensitive --- .../dns/manage-dns-records/reference/record-attributes.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/dns/manage-dns-records/reference/record-attributes.mdx b/src/content/docs/dns/manage-dns-records/reference/record-attributes.mdx index 657671538d94eac..12cba52b07bd002 100644 --- a/src/content/docs/dns/manage-dns-records/reference/record-attributes.mdx +++ b/src/content/docs/dns/manage-dns-records/reference/record-attributes.mdx @@ -57,8 +57,8 @@ You can also add or edit attributes by [exporting and re-importing](/dns/manage- ### Comments -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. +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. ### Tags -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. +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.