From 6dd90d580fa5e4a0e5490f0dfbda5cde6f5dcb36 Mon Sep 17 00:00:00 2001 From: Github aggregate action Date: Mon, 18 Dec 2023 06:22:47 +0000 Subject: [PATCH] Update from neicnordic/sensitive-data-archive at 06:22 on 2023-12-18 --- docs/guides/sda-dev-test-doc.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/sda-dev-test-doc.md b/docs/guides/sda-dev-test-doc.md index 3ebd166..5c0a245 100644 --- a/docs/guides/sda-dev-test-doc.md +++ b/docs/guides/sda-dev-test-doc.md @@ -27,7 +27,7 @@ $ make build-all ... ``` -To build the container for a speciffic component replace `all` with the folder name: +To build the container for a specific component replace `all` with the folder name: ```sh $ make build- @@ -66,7 +66,7 @@ $ make lint-all ... ``` -To run golangci-lint for a speciffic component replace `all` with the folder name (`sda`, `sda-auth`, `sda-download`): +To run golangci-lint for a specific component replace `all` with the folder name (`sda`, `sda-auth`, `sda-download`): ```sh $ make lint- @@ -84,7 +84,7 @@ $ make test-all ... ``` -To run the static code tests for a speciffic component replace `all` with the folder name (`sda`, `sda-auth`, `sda-download`, `sda-sftp-inbox`): +To run the static code tests for a specific component replace `all` with the folder name (`sda`, `sda-auth`, `sda-download`, `sda-sftp-inbox`): ```sh $ make test-