fix: typos (#301)

This commit is contained in:
Mike
2022-08-01 17:17:19 +02:00
committed by GitHub
parent b51bb678be
commit 51d05c8f5d
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -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:
+1 -1
View File
@@ -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