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