From a79c0b49c6582b8dd3dca271e6c2bac199b3a04d Mon Sep 17 00:00:00 2001 From: John Luo Date: Wed, 8 Apr 2020 23:49:16 -0700 Subject: [PATCH] Update 5.0.0-preview.2-install-instructions.md --- .../5.0/preview/5.0.0-preview.2-install-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/5.0/preview/5.0.0-preview.2-install-instructions.md b/release-notes/5.0/preview/5.0.0-preview.2-install-instructions.md index b9e772d7..02cbba83 100644 --- a/release-notes/5.0/preview/5.0.0-preview.2-install-instructions.md +++ b/release-notes/5.0/preview/5.0.0-preview.2-install-instructions.md @@ -44,7 +44,7 @@ Here's what the script does. * Determines if additional system dependencies or utilities are needed to successfully complete and install them. For example `tar` is used to unpack that installer packages. * Downloads the tar.gz containing the .NET preview installer packages for the detected distribution. * Downloads the system dependency installer, if needed. -* Expands the tar.gz into ./dotnet_pacakges +* Expands the tar.gz into ./dotnet_packages * Attempts to install the contents of ./dotnet_packages using `rpm` or `dpkg`, as appropriate, for the detected distribution. ### Installation from a binary archive