Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Callum Waters <[email protected]>
  • Loading branch information
jcstein and cmwaters authored Nov 19, 2024
1 parent 3769158 commit 70cec7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ export default function Example() {
</div>
<h2 className='mt-2 pb-4 pt-4 text-base font-normal text-gray-700'>
{spec &&
`${spec.info.description} Node API uses auth tokens. `}
`${spec.info.description} Node API uses auth tokens to control access to this API. `}
{spec && (
<a
href='https://docs.celestia.org/how-to-guides/quick-start#get-your-auth-token'
Expand Down

0 comments on commit 70cec7a

Please sign in to comment.