Fix frontmatter formatting in email-addresses-reference.md#44499
Fix frontmatter formatting in email-addresses-reference.md#44499AnticipatedD wants to merge 1 commit into
Conversation
Remove invalid content "AnticipatedD" from line 1 and ensure proper frontmatter delimiter. The file was missing the opening --- delimiter, causing frontmatter validation to fail with: - "must have required property 'title'" - "must have required property 'versions'" This commit restores the correct YAML frontmatter structure by starting the file with the proper --- delimiter.
|
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
AnticipatedD
left a comment
There was a problem hiding this comment.
git add content/account-and-profile/reference/email-addresses-reference.md
git commit -m "Fix frontmatter formatting in email-addresses-reference.md
Remove invalid content 'AnticipatedD' from line 1 and ensure proper frontmatter delimiter.
The file was missing the opening --- delimiter, causing frontmatter validation to fail with:
- 'must have required property title'
- 'must have required property versions'
This commit restores the correct YAML frontmatter structure."
Remove invalid content "AnticipatedD" from line 1 and ensure proper frontmatter delimiter.
The file was missing the opening --- delimiter, causing frontmatter validation to fail with:
This commit restores the correct YAML frontmatter structure by starting the file with the proper --- delimiter.
Why:
Closes:
What's being changed (if available, include any code snippets, screenshots, or gifs):
Check off the following: