Skip to content

Commit 6f36321

Browse files
jeremyfielbenjagm
andauthored
fix: typos, should always include JSON Schema, not only JSON (#1171)
* fix: typos, should always include `JSON Schema`, not only `JSON` * Update pages/ambassadors/index.page.tsx Co-authored-by: Benjamin Granados <[email protected]> --------- Co-authored-by: Benjamin Granados <[email protected]>
1 parent dcfc4df commit 6f36321

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pages/ambassadors/index.page.tsx

Lines changed: 7 additions & 7 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,20 +68,20 @@ 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
75-
their interest, expertise, and excitement within their communities
76-
to help others build better software.
74+
Ambassadors are passionate about JSON Schema. They share their
75+
interest, expertise, and excitement within their communities to
76+
help others build better software.
7777
</p>
7878
</div>
7979
</div>
8080
<AmbassadorList ambassadorList={ambassadorList} />
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)