From e03eb1b8707d764980460e182bce27b794c6f826 Mon Sep 17 00:00:00 2001 From: Allan Bowe <4420615+allanbowe@users.noreply.github.com> Date: Thu, 30 Mar 2023 13:26:28 +0100 Subject: [PATCH] Update dci-deploysas9.md --- docs/dci-deploysas9.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dci-deploysas9.md b/docs/dci-deploysas9.md index 3099c48..1b66ee2 100644 --- a/docs/dci-deploysas9.md +++ b/docs/dci-deploysas9.md @@ -18,7 +18,7 @@ There are two ways to deploy Data Controller on SAS 9: #### 1 - Deploy Stored Processes -The Stored Processes are deployed using a SAS Program. This should be executed using an account that has WRITE METADATA (WM) permissions to the necessary root folder (`appLoc`) in metadta. +The Stored Processes are deployed using a SAS Program. This should be executed using an account that has WRITE METADATA (WM) permissions to the necessary root folder (`appLoc`) in metadata. ```sas %let appLoc=/Shared Data/apps/DataController; /* CHANGE THIS!! */