Skip to content

Commit 2e9c321

Browse files
Anuj AgarwalAnuj Agarwal
authored andcommitted
Fix #1976: documentation corrections + remove duplicate navigation block
1 parent a822963 commit 2e9c321

File tree

4 files changed

+17358
-3382
lines changed

4 files changed

+17358
-3382
lines changed

components/DocsHelp.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export function DocsHelp({
168168
data-test='docs-help'
169169
>
170170
<h2 className='text-[24px] font-semibold' data-test='need-help-heading'>
171-
Need Help?
171+
Need help?
172172
</h2>
173173

174174
<div className='grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-8 pt-10 border-t border-gray-600'>
@@ -361,7 +361,7 @@ export function DocsHelp({
361361
<Icon>
362362
<path d='M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25Zm5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354ZM3.75 2.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm0 9.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm8.25.75a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0Z' />
363363
</Icon>
364-
Edit this page on Github
364+
Edit this page on GitHub
365365
</a>
366366
</Button>
367367
</div>
@@ -395,7 +395,7 @@ export function DocsHelp({
395395
<div className='my-6 text-[14px]'>
396396
<p data-test='additional-help-description'>
397397
Learning JSON Schema is often confusing, but don't worry, we are
398-
here to help!.
398+
here to help!
399399
</p>
400400
</div>
401401

0 commit comments

Comments
 (0)