From d0f9195c28e2996931362ccc75e83e614d070316 Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Tue, 25 Feb 2025 20:34:48 +0100 Subject: [PATCH 1/3] Fix typos in docs/NETWORKS.md --- docs/NETWORKS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/NETWORKS.md b/docs/NETWORKS.md index 93dd8436d1..7cbf2d7325 100644 --- a/docs/NETWORKS.md +++ b/docs/NETWORKS.md @@ -25,6 +25,6 @@ Execute simple GET against the name of the networked container (defined in the d curl eyeshade-web:3002 ``` -If the network is properly configured you will recieve the default healthcheck response from eyeshade "ack". You are now able to access any container in the `ledger` network, i.e. `eyeshade-web`, `eyeshade-consumer`, or `eyeshade-postgres` ([See bat-legders' docker compose file](https://github.com/brave-intl/bat-ledger/blob/master/docker-compose.yml)) +If the network is properly configured you will receive the default healthcheck response from eyeshade "ack". You are now able to access any container in the `ledger` network, i.e. `eyeshade-web`, `eyeshade-consumer`, or `eyeshade-postgres` ([See bat-legders' docker compose file](https://github.com/brave-intl/bat-ledger/blob/master/docker-compose.yml)) From b5ea08c537d00a3cb3c4a555d8102365430490cc Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Tue, 25 Feb 2025 20:34:52 +0100 Subject: [PATCH 2/3] Fix typos in docs/LEGACY.md --- docs/LEGACY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LEGACY.md b/docs/LEGACY.md index 489b474584..08237271bd 100644 --- a/docs/LEGACY.md +++ b/docs/LEGACY.md @@ -374,7 +374,7 @@ Execute simple GET against the name of the networked container (defined in the d curl eyeshade-web:3002 ``` -If the network is properly configured you will recieve the default healthcheck response from eyeshade "ack". You are now able to access any container in the `ledger` network, i.e. `eyeshade-web`, `eyeshade-consumer`, or `eyeshade-postgres` ([See bat-legders' docker compose file](https://github.com/brave-intl/bat-ledger/blob/master/docker-compose.yml)) +If the network is properly configured you will receive the default healthcheck response from eyeshade "ack". You are now able to access any container in the `ledger` network, i.e. `eyeshade-web`, `eyeshade-consumer`, or `eyeshade-postgres` ([See bat-legders' docker compose file](https://github.com/brave-intl/bat-ledger/blob/master/docker-compose.yml)) ### Create the databases From 06f336b5d57484d84bc3cc8bd674c8e8425f7760 Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Tue, 25 Feb 2025 20:34:55 +0100 Subject: [PATCH 3/3] Fix typos in docs/PROMO.md --- docs/PROMO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/PROMO.md b/docs/PROMO.md index 8012394557..68c9204ba9 100644 --- a/docs/PROMO.md +++ b/docs/PROMO.md @@ -58,7 +58,7 @@ As far as the code base, here are the usages classified: Read below if you wish to get promo services running locally. -**Note: This documentation has not been reviewed for some time and may be incomplete/innaccurate.** +**Note: This documentation has not been reviewed for some time and may be incomplete/inaccurate.** 1. Request access to [Vault-Promo-Services](https://github.com/brave-intl/vault-promo-services) and [ip2tags](https://github.com/brave-intl/vault-promo-services) 2. Follow the [setup instructions](https://github.com/brave-intl/vault-promo-services)