Skip to content

Commit

Permalink
fix copy
Browse files Browse the repository at this point in the history
  • Loading branch information
saeta-eth committed Sep 30, 2024
1 parent 5fbb8b1 commit a0469e6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/website/src/features/Docs/DocsCliPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ const DocumentationSection: React.FC<{
>
Anvil
</Link>{' '}
node to execute this command. The following options can also be
passed through to the Anvil process:
to execute this command. The following options can also be passed
through to the Anvil process:
</Text>
<CustomTable title="Option" data={anvilOptionsData} />
</AccordionPanel>
Expand All @@ -229,15 +229,15 @@ const DocumentationSection: React.FC<{
</h2>
<AccordionPanel p={0}>
<Text mt={2} mb={4}>
Cannon uses an{' '}
Cannon uses{' '}
<Link
isExternal
href="https://github.com/foundry-rs/foundry/tree/master/crates/forge"
>
Forge
</Link>{' '}
node to execute this command. The following options can also be
passed through to the Forge process:
to execute this command. The following options can also be passed
through to the Forge process:
</Text>
<CustomTable title="Option" data={forgeOptionsData} />
</AccordionPanel>
Expand Down

0 comments on commit a0469e6

Please sign in to comment.