Skip to content

Commit

Permalink
Update packages/manager/src/features/Linodes/LinodesCreate/ApiAwarene…
Browse files Browse the repository at this point in the history
…ssModal/ApiAwarenessModal.tsx

Co-authored-by: Hussain Khalil <122488130+hkhalil-akamai@users.noreply.github.com>
  • Loading branch information
cpathipa and hkhalil-akamai authored Sep 24, 2024
1 parent 5e08dbe commit d9a671b
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,12 @@ export const ApiAwarenessModal = (props: ApiAwarenessModalProps) => {
onClick={() => sendApiAwarenessClickEvent('link', 'Linode API')}
to="https://techdocs.akamai.com/linode-api/reference/api/"
>
Linode API.
</Link>{' '}
Select one of the methods below and paste the corresponding command
into your local terminal. The values for each command have been
populated with the selections made in the Cloud Manager create form.
Linode API
</Link>
. Select one of the methods below and paste the corresponding
command into your local terminal. The values for each command have
been populated with the selections made in the Cloud Manager create
form.
</>
) : (
'Create a Linode in the command line using either cURL or the Linode CLI — both of which are powered by the Linode API. Select one of the methods below and paste the corresponding command into your local terminal. The values for each command have been populated with the selections made in the Cloud Manager create form.'
Expand Down

0 comments on commit d9a671b

Please sign in to comment.