From 21e2ca99c85c479bf7248f3984351b5daf922315 Mon Sep 17 00:00:00 2001 From: Pierre Ricadat Date: Tue, 2 Jul 2024 14:25:22 +0900 Subject: [PATCH] Fix typo --- website/docs/cookbooks/introduction/gh-action.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cookbooks/introduction/gh-action.md b/website/docs/cookbooks/introduction/gh-action.md index f3e4ac3aba..749b4b6061 100644 --- a/website/docs/cookbooks/introduction/gh-action.md +++ b/website/docs/cookbooks/introduction/gh-action.md @@ -3,7 +3,7 @@ title: GitHub Actions sidebar_position: 9 --- -## Preparing simple aplication +## Preparing simple application Scala CLI lets you run, test, and package Scala code in various environments, including GitHub CI. To use Scala CLI features in a simple way you can use the GitHub Actions [scala-cli-setup](https://github.com/VirtusLab/scala-cli-setup) that installs everything necessary to run your Scala CLI application and more.