diff --git a/src/pages/en/dashboard/endpoints.md b/src/pages/en/dashboard/endpoints.md index bea4aa4..943a871 100644 --- a/src/pages/en/dashboard/endpoints.md +++ b/src/pages/en/dashboard/endpoints.md @@ -35,7 +35,7 @@ You can choose to add an endpoint to the auto-generated API docs by clicking on ## Remove from docs -Once an endpoint is already in your project's API documentations, you can remove an it from the API documentation by clicking on the dropdown menu on the top-right corner of the endpoint and click on **Remove from docs**. A confirmation modal will appear for you to click on **Confirm** if you want to proceed. +Once an endpoint is already in your project's API documentations, you can remove it from the API documentation by clicking on the dropdown menu on the top-right corner of the endpoint and click on **Remove from docs**. A confirmation modal will appear for you to click on **Confirm** if you want to proceed. > Once you remove an endpoint from the API documentation of your project, it will no longer be visible to anyone reading the API documentation for that project diff --git a/src/pages/en/dashboard/flows.md b/src/pages/en/dashboard/flows.md index 4831082..7ede49e 100644 --- a/src/pages/en/dashboard/flows.md +++ b/src/pages/en/dashboard/flows.md @@ -46,8 +46,8 @@ You can share a flow by clicking on the flow menu on the top right corner of a f ## Edit a flow -To edit a flow click on the flow menu on the top right corner of the flow and the click on **Edit**, a modal will pop up presenting you with a form to edit the flow's name and description. Click on **Save changes** when you are done to apply the changes you've made. +To edit a flow, click on the flow menu on the top right corner of the flow and the click on **Edit**, a modal will pop up presenting you with a form to edit the flow's name and description. Click on **Save changes** when you are done to apply the changes you've made. ## Delete a flow -To delete a flow click on the flow menu on the top-right corner of the flow and click on the **Delete** button. You will be presented with a confirmation modal. Click on **Confirm** on that modal to delete the flow. +To delete a flow, click on the flow menu on the top-right corner of the flow and click on the **Delete** button. You will be presented with a confirmation modal. Click on **Confirm** on that modal to delete the flow. diff --git a/src/pages/en/dashboard/index.md b/src/pages/en/dashboard/index.md index 38bee3a..6f7759e 100644 --- a/src/pages/en/dashboard/index.md +++ b/src/pages/en/dashboard/index.md @@ -14,8 +14,8 @@ In the dashboard you see a list of all your [projects](/en/dashboard/projects), You API keys is one of two pieces needed to integrate your codebase with a Treblle SDK, the second piece is your [Project ID](/en/dashboard/projects#project-id) -To locate you API key, in the Treblle Dashboard, on the top right hand of the navigation, you will find your profile avatar. Click on the avatar to get a dropdown and then click on **Account Settings**. +To locate your API key, in the Treblle Dashboard, on the top right hand of the navigation, you will find your profile avatar. Click on the avatar to get a dropdown and then click on **Account Settings**. > If you are logged in already in your Treblle Dashboard, you can click on this link to access your account settings -Once you are on your account settings page, you will find your API key on the top, simply click on the **Copy key** button to copy your API key. +Once you are on your account settings page, you will find your API key at the top, simply click on the **Copy key** button to copy your API key.