From 20573bfe6a39c19ebdf4e9bd01e7c88eefa2295a Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Thu, 2 Feb 2023 15:52:59 +1100 Subject: [PATCH] Fix comment Signed-off-by: Jack Grigg --- plugins/catalog-backend-module-github/src/lib/annotation.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/catalog-backend-module-github/src/lib/annotation.ts b/plugins/catalog-backend-module-github/src/lib/annotation.ts index bfb31e1b47..3b2f7b87a8 100644 --- a/plugins/catalog-backend-module-github/src/lib/annotation.ts +++ b/plugins/catalog-backend-module-github/src/lib/annotation.ts @@ -16,7 +16,10 @@ /** * The value of this annotation is the so-called login that identifies a user on -[GitHub](https://github.com) +[GitHub](https://github.com) (either the public one, or a private GitHub +Enterprise installation) that is related to this entity. It is on the format +``, and is the same as can be seen in the URL location bar of the +browser when viewing that user. * * @public */