Skip to content

Commit

Permalink
Merge branch 'main' into mpeg_updates
Browse files Browse the repository at this point in the history
  • Loading branch information
podborski committed Jan 4, 2024
2 parents 1ace960 + 7d2b761 commit 8f793bd
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/new-codepoint-iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/new-codepoint-qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/check-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion src/app/(home)/page.mdx
Original file line number Diff line number Diff line change
@@ -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"
};
Expand Down
2 changes: 1 addition & 1 deletion src/app/(rest)/request/page.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const metadata = {
title: "Registiration Request"
title: "Registration Request"
};

# Request registration
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from "react";
export default function Footer() {
return (
<footer className="flex flex-col items-center justify-center border-t-1 bg-primary py-8">
<span className="text-lg">MP4 Registiration Authority</span>
<span className="text-lg">MP4 Registration Authority</span>
<span className="text-sm">
Last updated on: <b>{process.env.BUILD_TIMESTAMP}</b>
</span>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Nav/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export default function Nav(props: { meta: Meta }) {
MP4
</span>
<span className="whitespace-nowrap font-light max-xs:text-sm">
Registiration Authority
Registration Authority
</span>
</span>
</LinkWrapper>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Nav/NavWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const meta: Meta = {
"Registered Types": {
link: "/registered-types"
},
"Request Registiration": {
"Request Registration": {
link: "/request"
},
Search: {
Expand Down

0 comments on commit 8f793bd

Please sign in to comment.