From 8e17cd658e2e2416f187b64acd3e5634cc1c8a04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C4=83zvan=20Ro=C8=99u?= Date: Fri, 14 Jul 2023 18:15:12 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 491e98a..14320c0 100644 --- a/README.md +++ b/README.md @@ -438,7 +438,7 @@ appVersioning { ## App versioning on CI -For performance reason many CI providers only fetch a single commit by default when checking out the repository. For **app-versioning** to work we need to make sure Git tags are also fetched. Here's an example for doing this with [GutHub Actions](https://github.com/actions/checkout): +For performance reason many CI providers only fetch a single commit by default when checking out the repository. For **app-versioning** to work we need to make sure Git tags are also fetched. Here's an example for doing this with [GitHub Actions](https://github.com/actions/checkout): ``` - uses: actions/checkout@v3