From a716ad85201e73f27e56749db3dce015505d4933 Mon Sep 17 00:00:00 2001 From: crazyshrut <145760185+crazyshrut@users.noreply.github.com> Date: Tue, 20 Aug 2024 04:15:43 +0530 Subject: [PATCH] Fix typo in docs: "congifuration.yml" -> "configuration.yml" in installation.md --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index a1713e725..7a6dd8358 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -202,7 +202,7 @@ You need to give Docker permission to acccess your configuration.yml and checks. #### Error: Configuration path does not exist If you encounter the following error, double check the syntax of the scan command in step 4 above. -* Be sure to prepend `/sodacl/` to both the congifuration.yml filepath and the checks.yml filepath. +* Be sure to prepend `/sodacl/` to both the configuration.yml filepath and the checks.yml filepath. * Be sure to mount your files into the container by including the `-v` option. For example, `-v /Users/MyName/soda_core_project:/sodacl`. ```shell