From 15da91db3e19ef2078d4eb5ac8519158fcf09ebc Mon Sep 17 00:00:00 2001 From: David Chaiken Date: Wed, 3 Jan 2024 17:13:13 -0800 Subject: [PATCH] fix typo: registiration to registration --- .github/ISSUE_TEMPLATE/new-codepoint-iso.yml | 2 +- .github/ISSUE_TEMPLATE/new-codepoint-qt.yml | 2 +- .github/workflows/check-issue.yml | 8 ++++---- src/app/(home)/page.mdx | 2 +- src/app/(rest)/request/page.mdx | 2 +- src/components/Footer.tsx | 2 +- src/components/Nav/Nav.tsx | 2 +- src/components/Nav/NavWrapper.tsx | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new-codepoint-iso.yml b/.github/ISSUE_TEMPLATE/new-codepoint-iso.yml index 4b72023..215b6e2 100644 --- a/.github/ISSUE_TEMPLATE/new-codepoint-iso.yml +++ b/.github/ISSUE_TEMPLATE/new-codepoint-iso.yml @@ -83,7 +83,7 @@ body: value: | > If you request to add multiple codepoints, please separate them with a comma. - > Object Type registirations do not require a four-character code. + > Object Type registrations do not require a four-character code. > Note that four-character codes use four 8-bit printable characters, usually from the first 128 Unicode characters (commonly thought of as plain ASCII), but at most from the first 256 Unicode characters. - type: input diff --git a/.github/ISSUE_TEMPLATE/new-codepoint-qt.yml b/.github/ISSUE_TEMPLATE/new-codepoint-qt.yml index 49caa54..182e024 100644 --- a/.github/ISSUE_TEMPLATE/new-codepoint-qt.yml +++ b/.github/ISSUE_TEMPLATE/new-codepoint-qt.yml @@ -83,7 +83,7 @@ body: value: | > If you request to add multiple codepoints, please separate them with a comma. - > Object Type registirations do not require a four-character code. + > Object Type registrations do not require a four-character code. > Note that four-character codes use four 8-bit printable characters, usually from the first 128 Unicode characters (commonly thought of as plain ASCII), but at most from the first 256 Unicode characters. - type: input diff --git a/.github/workflows/check-issue.yml b/.github/workflows/check-issue.yml index 758a49a..af07511 100644 --- a/.github/workflows/check-issue.yml +++ b/.github/workflows/check-issue.yml @@ -21,7 +21,7 @@ jobs: with: template-path: .github/ISSUE_TEMPLATE/new-codepoint-qt.yml - - name: Check QT Registiration + - name: Check QT Registration id: check-qt-registiration run: | fourcc=${{ steps.issue-parser.outputs.issueparser_fourcc }} @@ -45,7 +45,7 @@ jobs: issue-number: ${{ github.event.issue.number }} edit-mode: replace body: | - This registiration request has invalid codepoint identifier. Please make sure the identifier is 4 characters long and only contains uppercase letters and numbers. + This registration request has invalid codepoint identifier. Please make sure the identifier is 4 characters long and only contains uppercase letters and numbers. - [ ] Correct identifier provided - name: Update comment @@ -55,7 +55,7 @@ jobs: comment-id: ${{ steps.fc.outputs.comment-id }} issue-number: ${{ github.event.issue.number }} body: | - This registiration request has invalid codepoint identifier. Please make sure the identifier is 4 characters long and only contains uppercase letters and numbers. + This registration request has invalid codepoint identifier. Please make sure the identifier is 4 characters long and only contains uppercase letters and numbers. - [x] Correct identifier provided edit-mode: replace reactions: rocket @@ -88,4 +88,4 @@ jobs: issue-number: ${{ github.event.issue.number }} edit-mode: replace body: | - This registiration request is missing contact information. We understand that you might not want to share your contact information publicly. In that case, please send an email to mp4reg [at] group.apple.com with a link to this issue. + This registration request is missing contact information. We understand that you might not want to share your contact information publicly. In that case, please send an email to mp4reg [at] group.apple.com with a link to this issue. diff --git a/src/app/(home)/page.mdx b/src/app/(home)/page.mdx index 3db56d5..caab321 100644 --- a/src/app/(home)/page.mdx +++ b/src/app/(home)/page.mdx @@ -1,5 +1,5 @@ export const metadata = { - title: "The 'MP4' Registiration Authority", + title: "The 'MP4' Registration Authority", description: "The 'MP4' Registration Authority for code-points in ISO base media file format family files" }; diff --git a/src/app/(rest)/request/page.mdx b/src/app/(rest)/request/page.mdx index 7f2d302..a554918 100644 --- a/src/app/(rest)/request/page.mdx +++ b/src/app/(rest)/request/page.mdx @@ -1,5 +1,5 @@ export const metadata = { - title: "Registiration Request" + title: "Registration Request" }; # Request registration diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index c652ce9..cef6cff 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -3,7 +3,7 @@ import React from "react"; export default function Footer() { return (