Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
Co-authored-by: Attila Nagy <nagy.attila@gmail.com>
  • Loading branch information
daroczig and bra-fsn committed Aug 14, 2024
1 parent e799ec5 commit 0238cc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Generate token at your Hetzner Cloud project and store it in the `HCLOUD_TOKEN`

<summary>Microsoft Azure</summary>

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`
Expand Down
2 changes: 1 addition & 1 deletion src/sc_crawler/vendors/azure.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 0238cc4

Please sign in to comment.