From 202557f723496e5615abd3fa6e2a98c40d424769 Mon Sep 17 00:00:00 2001 From: blam Date: Wed, 21 Feb 2024 13:09:09 +0100 Subject: [PATCH] chore: make pretty Signed-off-by: blam --- docs/features/software-catalog/descriptor-format.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features/software-catalog/descriptor-format.md b/docs/features/software-catalog/descriptor-format.md index 41bd81019b..5eae22581d 100644 --- a/docs/features/software-catalog/descriptor-format.md +++ b/docs/features/software-catalog/descriptor-format.md @@ -1050,8 +1050,8 @@ and that a browser could fetch and render on a profile page or similar. The fields of a profile are: -| Field | Type | Description | -| ------------------------ | ------ | -------------------------------------------------------------- | +| Field | Type | Description | +| ------------------------ | ------ | ------------------------------------------------------------- | | `displayName` (optional) | String | A human-readable name for the user. | | `email` (optional) | String | An email the user may wish to be used for contacting them. | | `picture` (optional) | String | A URL pointing to an image that's representative of the user. |