From 5ce38591e59e19ea013e07470f8eeb1d81792995 Mon Sep 17 00:00:00 2001 From: Francis Dinh Date: Wed, 31 May 2023 09:03:25 -0400 Subject: [PATCH] fix typo --- docs/docs/installation/debian_based_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/installation/debian_based_en.md b/docs/docs/installation/debian_based_en.md index f6f13b40c..a198d4b5a 100644 --- a/docs/docs/installation/debian_based_en.md +++ b/docs/docs/installation/debian_based_en.md @@ -77,7 +77,7 @@ Now install Elixir: ```shell asdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir.git asdf install elixir 1.14.5-otp-25 -asdf global elxir 1.14.5-otp-25 +asdf global elixir 1.14.5-otp-25 ``` Confirm that Elixir is installed correctly by checking the version: