From 51d05c8f5db413158202014897e284b7fc187cdb Mon Sep 17 00:00:00 2001 From: Mike Date: Mon, 1 Aug 2022 17:17:19 +0200 Subject: [PATCH] fix: typos (#301) --- backend/openapi.yaml | 8 ++++---- frontend/src/lib/script_helpers.ts | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/openapi.yaml b/backend/openapi.yaml index c5833b1c28..293c1f4e46 100644 --- a/backend/openapi.yaml +++ b/backend/openapi.yaml @@ -341,7 +341,7 @@ paths: /workspaces/list_as_superadmin: get: - summary: list all workspaces as super admin (require to be super amdin) + summary: list all workspaces as super admin (require to be super admin) operationId: listWorkspacesAsSuperAdmin tags: - workspace @@ -1632,7 +1632,7 @@ paths: - $ref: "#/components/parameters/OrderDesc" - $ref: "#/components/parameters/CreatedBy" - name: path_start - description: mask to filter matching starting parh + description: mask to filter matching starting path in: query schema: type: string @@ -2011,7 +2011,7 @@ paths: - $ref: "#/components/parameters/OrderDesc" - $ref: "#/components/parameters/CreatedBy" - name: path_start - description: mask to filter matching starting parh + description: mask to filter matching starting path in: query schema: type: string @@ -2228,7 +2228,7 @@ paths: parameters: - $ref: "#/components/parameters/WorkspaceId" requestBody: - description: previw + description: preview required: true content: application/json: diff --git a/frontend/src/lib/script_helpers.ts b/frontend/src/lib/script_helpers.ts index b0ba01b6c7..7c91fd8312 100644 --- a/frontend/src/lib/script_helpers.ts +++ b/frontend/src/lib/script_helpers.ts @@ -24,7 +24,7 @@ def main(name: str = "Nicolas Bourbaki", # retrieve variables, including secrets by querying the windmill platform. # secret fetching is audited by windmill. secret = wmill.get_variable("g/all/pretty_secret") - print(f"The env variable at \`g_all/pretty_secret\`: {secret}") + print(f"The env variable at \`g/all/pretty_secret\`: {secret}") # interact with the windmill platform to get the version version = wmill.get_version() # fetch reserved variables as environment variables