From c82b1255b9b86a5f57ff01301988ec4a7b28d82c Mon Sep 17 00:00:00 2001 From: Riya Bisht <79960426+chococandy63@users.noreply.github.com> Date: Tue, 15 Aug 2023 15:47:57 +0530 Subject: [PATCH] Doc: update standalone.mdx Fixed the typo `uesd` to `used` under the "Verify Installation" step Signed-off-by: Riya Bisht --- docs/installation/standalone.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/standalone.mdx b/docs/installation/standalone.mdx index b168817c..1fb21c39 100644 --- a/docs/installation/standalone.mdx +++ b/docs/installation/standalone.mdx @@ -156,7 +156,7 @@ Export kubeconfig and list all built-in ComponentDefinition: :::tip - When executing `velad install`, vela CLI (`vela`) is already installed and add to `PATH` automatically. So you can use it directly. -- A file uesd to configure access to clusters is called *kubeconfig file* +- A file used to configure access to clusters is called *kubeconfig file* :::