From 0238cc45cf3872a8369b2e3d9bd31022044c3a2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gergely=20Dar=C3=B3czi?= Date: Thu, 15 Aug 2024 00:33:03 +0200 Subject: [PATCH] typos Co-authored-by: Attila Nagy --- docs/index.md | 2 +- src/sc_crawler/vendors/azure.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 2d58103..6bc7291 100644 --- a/docs/index.md +++ b/docs/index.md @@ -83,7 +83,7 @@ Generate token at your Hetzner Cloud project and store it in the `HCLOUD_TOKEN` Microsoft Azure -Authentication is handled via the `DefaultAzureCredential`, so you can use either secrets or certifications. +Authentication is handled via the `DefaultAzureCredential`, so you can use either secrets or certificates. The following environment variables are required: - `AZURE_CLIENT_ID` diff --git a/src/sc_crawler/vendors/azure.py b/src/sc_crawler/vendors/azure.py index 16695ee..5df9893 100644 --- a/src/sc_crawler/vendors/azure.py +++ b/src/sc_crawler/vendors/azure.py @@ -145,7 +145,7 @@ def _prices(url_params: Optional[str] = None) -> List[dict]: "m": "Memory Intensive", "t": "Tiny Memory", "s": "Premium Storage capable", - # not part of the official docs, searched at randomg places + # not part of the official docs, searched at random places "r": "RDMA capable", "e": "Memory Optimized", # Standard_DC2es_v5 }