From 3292bb8f3a54f7bf2f26049ad2f78b4b5dc3d979 Mon Sep 17 00:00:00 2001 From: hesxenon <10255566+hesxenon@users.noreply.github.com> Date: Sun, 1 Jan 2023 18:07:54 +0100 Subject: [PATCH] docs: typo --- docs/content/git-dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/git-dependencies.md b/docs/content/git-dependencies.md index 9ddfee373c..fc0110b302 100644 --- a/docs/content/git-dependencies.md +++ b/docs/content/git-dependencies.md @@ -117,7 +117,7 @@ git https://github.com/forki/nupkgtest.git master build: "build.sh", Packages: / nuget Argu ``` -In this sample we have different build scripts for Mono and Windows. Both of the specified scripts simply cody the prebuilt nupkgs from `/bin` to `/source` +In this sample we have different build scripts for Mono and Windows. Both of the specified scripts simply copy the prebuilt nupkgs from `/bin` to `/source` ### Actually using the package