From 0cb55a55b4c4365d20f66f015dde18d61e55f0e5 Mon Sep 17 00:00:00 2001 From: Oscar Reyes Date: Fri, 16 Aug 2024 11:30:12 -0600 Subject: [PATCH] updates based on feedback --- .../running-tracetest-with-azure-app-insights-pokeshop.mdx | 2 +- .../recipes/running-tracetest-with-sumologic.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/examples-tutorials/recipes/running-tracetest-with-azure-app-insights-pokeshop.mdx b/docs/docs/examples-tutorials/recipes/running-tracetest-with-azure-app-insights-pokeshop.mdx index d35c7b879b..8a76ecb272 100644 --- a/docs/docs/examples-tutorials/recipes/running-tracetest-with-azure-app-insights-pokeshop.mdx +++ b/docs/docs/examples-tutorials/recipes/running-tracetest-with-azure-app-insights-pokeshop.mdx @@ -71,7 +71,7 @@ Follow these instructions to run the quick start: 4. Run `docker compose run tracetest-run`. 5. Follow the links in the output to view the test results. -Follow along with the sections below for an in detail breakdown of what the example you just ran did and how it works. +Follow the sections below for a detailed breakdown of what the example you just ran did and how it works. ## Pokeshop API diff --git a/docs/docs/examples-tutorials/recipes/running-tracetest-with-sumologic.mdx b/docs/docs/examples-tutorials/recipes/running-tracetest-with-sumologic.mdx index d1b9f845a8..1f10382cd3 100644 --- a/docs/docs/examples-tutorials/recipes/running-tracetest-with-sumologic.mdx +++ b/docs/docs/examples-tutorials/recipes/running-tracetest-with-sumologic.mdx @@ -60,7 +60,7 @@ Follow these instructions to run the quick start: 1. Copy the `.env.template` file to `.env`. 2. Fill out the [TRACETEST_TOKEN and ENVIRONMENT_ID](https://app.tracetest.io/retrieve-token) details by editing your `.env` file. -4. Fill out the [SUMOLOGIC_INSTALLATION_TOKEN](# https://help.sumologic.com/docs/manage/security/installation-tokens/), [SUMO_LOGIC_ACCESS_ID and SUMO_LOGIC_ACCESS_KEY](https://help.sumologic.com/docs/manage/security/access-keys/#create-an-access-key) details by editing your `.env` file. +4. Fill out the [SUMOLOGIC_INSTALLATION_TOKEN](https://help.sumologic.com/docs/manage/security/installation-tokens/), [SUMO_LOGIC_ACCESS_ID and SUMO_LOGIC_ACCESS_KEY](https://help.sumologic.com/docs/manage/security/access-keys/#create-an-access-key) details by editing your `.env` file. 3. Run `docker compose run tracetest-run`. 4. Follow the links in the output to view the test results.