Fixing typo error

Signed-off-by: Sathish Kumar <satcse88@gmail.com>
This commit is contained in:
Sathish Kumar
2022-01-14 12:38:17 -05:00
parent 68c16958da
commit 96b9e44312
+1 -1
View File
@@ -16,7 +16,7 @@
function makeCreateEnv(config: Config) {
...
+ const permissions = ServerPerimssionClient.fromConfig(config, {
+ const permissions = ServerPermissionClient.fromConfig(config, {
+ discovery,
+ tokenManager,
+ });