Skip to content

Commit c19b980

Browse files
committed
fix: typos, should always include JSON Schema, not only JSON
1 parent dcfc4df commit c19b980

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pages/ambassadors/index.page.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ export default function communityPages() {
4242
<div data-testid='Ambassadors-button'>
4343
<a
4444
className='mt-10 inline-block px-6 py-3 bg-blue-600 text-white font-semibold text-center rounded hover:bg-blue-700 transition duration-300'
45-
href='https://github.com/json-schema-org/community/tree/main/programs/ambassadors#become-an-json-schema-ambassador'
45+
href='https://github.com/json-schema-org/community/tree/main/programs/ambassadors#become-a-json-schema-ambassador'
4646
target='_blank'
4747
rel='noopener noreferrer'
4848
>
49-
Become an JSON Ambassador
49+
Become a JSON Schema Ambassador
5050
</a>
5151
</div>
5252
</div>
@@ -68,10 +68,10 @@ export default function communityPages() {
6868
data-testid='Ambassadors-contributions'
6969
>
7070
<h1 className='text-h3 font-bold text-gray-900 dark:text-white'>
71-
JSON Ambassador Contributions
71+
JSON Schema Ambassador Contributions
7272
</h1>
7373
<p className='mt-5 text-lg text-gray-700 dark:text-slate-100'>
74-
JSON Ambassadors are passionate about JSON Schema. They share
74+
Ambassadors are passionate about JSON Schema. They share
7575
their interest, expertise, and excitement within their communities
7676
to help others build better software.
7777
</p>
@@ -81,7 +81,7 @@ export default function communityPages() {
8181

8282
<section className='flex align-middle justify-center p-auto m-auto mt-16'>
8383
<h2 className='text-h3 font-bold text-gray-900 dark:text-white text-center'>
84-
Join These JSON Ambassadors <br />
84+
Join These JSON Schema Ambassadors <br />
8585
<p className='text-h5 font-sans font-light text-gray-700 dark:text-slate-100'>
8686
Learn and share knowledge with community members.
8787
</p>

0 commit comments

Comments
 (0)