From 223380501304a4d63dabbd5a4502b05eafd0f86c Mon Sep 17 00:00:00 2001 From: Terry Gillis Date: Wed, 16 Oct 2024 13:32:50 +0700 Subject: [PATCH] conventions: TLD portion -> domain portion --- docs/conventions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conventions.rst b/docs/conventions.rst index a6f207d6..9df133b1 100644 --- a/docs/conventions.rst +++ b/docs/conventions.rst @@ -71,7 +71,7 @@ Here are some practical examples of poor ID choices: - ``Org.Example.App`` - The top-level domain (TLD) portion of the ID must be in lowercase, and while not required, + The domain portion of the ID must be in lowercase, and while not required, the application portion is recommended to be in lowercase as well. Therefore, you should use ``org.example.app``.