diff --git a/apps/server/src/routes/v1/whoami/get.ts b/apps/server/src/routes/v1/whoami/get.ts index 8bab7d9f..32cf7021 100644 --- a/apps/server/src/routes/v1/whoami/get.ts +++ b/apps/server/src/routes/v1/whoami/get.ts @@ -12,7 +12,7 @@ const getRoute = createRoute({ method: "get", tags: ["whoami"], path: "/", - summary: "Get your informations", + summary: "Get your information", description: "Get the current workspace information attached to the API key.", responses: { 200: { diff --git a/apps/web/src/app/(landing)/play/checker/[slug]/client.tsx b/apps/web/src/app/(landing)/play/checker/[slug]/client.tsx index 44fe7b43..de071008 100644 --- a/apps/web/src/app/(landing)/play/checker/[slug]/client.tsx +++ b/apps/web/src/app/(landing)/play/checker/[slug]/client.tsx @@ -301,7 +301,7 @@ function InfoDialog({ Response Details - Basic informations like header and latency about the response. + Basic information like header and latency about the response.
diff --git a/apps/web/src/data/code-dictionary.ts b/apps/web/src/data/code-dictionary.ts index d858f738..7967e276 100644 --- a/apps/web/src/data/code-dictionary.ts +++ b/apps/web/src/data/code-dictionary.ts @@ -7,7 +7,7 @@ export const codesDict = { "2xx": { prefix: 2, label: "2xx", - name: "Successfull", + name: "Successful", }, "3xx": { prefix: 3,