From 729a214500f1d98335b6faa3ef42bc6a328e8433 Mon Sep 17 00:00:00 2001 From: David Sertic <62056091+davidmyriel@users.noreply.github.com> Date: Wed, 14 Jun 2023 10:10:31 +0200 Subject: [PATCH] fix errors in comments --- .../content/documentation/cloud/cloud-quick-start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qdrant-landing/content/documentation/cloud/cloud-quick-start.md b/qdrant-landing/content/documentation/cloud/cloud-quick-start.md index f676cc4b7..5d8460d4f 100644 --- a/qdrant-landing/content/documentation/cloud/cloud-quick-start.md +++ b/qdrant-landing/content/documentation/cloud/cloud-quick-start.md @@ -3,7 +3,7 @@ title: Quick Start in Cloud weight: 10 --- -# Getting stared with Qdrant Cloud +# Getting started with Qdrant Cloud To use Qdrant Cloud, you will need to create at least one cluster. There are two ways to start: 1. Create a Free Tier cluster with 1 node and a default configuration (1GB RAM, 0.5 CPU and 20GB Disk). @@ -46,7 +46,7 @@ curl \ > Please read [Capacity and Sizing](https://qdrant.tech/documentation/cloud/capacity/) to make the right choice. If you need more capacity per node, [let us know](mailto:cloud@qdrant.io). 7. Choose the number of CPUs per node (0.5 core to 16 cores). The max/min number of CPUs is coupled to the chosen RAM size. 8. Select the number of nodes you want the cluster to be deployed on. -> Each node is automatically attached with a disc space offering enough space for your data if you decide to put the metadata or even the index on the disc storage. +> Each node is automatically attached with a disk space offering enough space for your data if you decide to put the metadata or even the index on the disc storage. 9. Click **Create** and wait for your cluster to be provisioned. Your cluster will be reachable on port 443 and 6333 (Rest) and 6334 (Grpc).