From be0fe000763177b2a2b11b691fddb3c9dde4f448 Mon Sep 17 00:00:00 2001 From: Yury Shkoda Date: Mon, 22 Feb 2021 16:12:56 +0300 Subject: [PATCH] fixed grammar --- src/SASjs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SASjs.ts b/src/SASjs.ts index 72c1d86..ae0b824 100644 --- a/src/SASjs.ts +++ b/src/SASjs.ts @@ -318,7 +318,7 @@ export default class SASjs { } /** - * Lists a children folders for given Viya folder. + * Lists children folders for given Viya folder. * @param sourceFolder - the full path (eg `/Public/example/myFolder`) or URI of the source folder listed. Providing URI instead of path will save one extra request. * @param accessToken - an access token for authorizing the request. */