From 67a921f11a876e52d1ae07261979e2b7fa64f2d3 Mon Sep 17 00:00:00 2001 From: Ivan Zosimov Date: Thu, 27 Jul 2023 09:33:58 +0200 Subject: [PATCH] docs: fix typo in the Readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe733e71d..895819ca1 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This action allows you to work with Java and Scala projects. - `distribution`: _(required)_ Java [distribution](#supported-distributions). - - `java-package`: The packaging variant of the choosen distribution. Possible values: `jdk`, `jre`, `jdk+fx`, `jre+fx`. Default value: `jdk`. + - `java-package`: The packaging variant of the chosen distribution. Possible values: `jdk`, `jre`, `jdk+fx`, `jre+fx`. Default value: `jdk`. - `architecture`: The target architecture of the package. Possible values: `x86`, `x64`, `armv7`, `aarch64`, `ppc64le`. Default value: Derived from the runner machine.