From d9a671b5d0d573fd7baa4774f912f47afa93bc43 Mon Sep 17 00:00:00 2001 From: cpathipa <119517080+cpathipa@users.noreply.github.com> Date: Tue, 24 Sep 2024 13:17:17 -0500 Subject: [PATCH] Update packages/manager/src/features/Linodes/LinodesCreate/ApiAwarenessModal/ApiAwarenessModal.tsx Co-authored-by: Hussain Khalil <122488130+hkhalil-akamai@users.noreply.github.com> --- .../ApiAwarenessModal/ApiAwarenessModal.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/packages/manager/src/features/Linodes/LinodesCreate/ApiAwarenessModal/ApiAwarenessModal.tsx b/packages/manager/src/features/Linodes/LinodesCreate/ApiAwarenessModal/ApiAwarenessModal.tsx index 76ae51e8cee..200909e8c96 100644 --- a/packages/manager/src/features/Linodes/LinodesCreate/ApiAwarenessModal/ApiAwarenessModal.tsx +++ b/packages/manager/src/features/Linodes/LinodesCreate/ApiAwarenessModal/ApiAwarenessModal.tsx @@ -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. - {' '} - 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 + + . 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.'