From 9583f0dcf8397e358e010312ec91aef4dbc1fca0 Mon Sep 17 00:00:00 2001 From: Maxime Lardier <36198537+Pakome@users.noreply.github.com> Date: Mon, 15 May 2023 00:10:28 +0200 Subject: [PATCH] chore: fix typo (#1568) --- .../src/routes/(root)/(logged)/workspace_settings/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte b/frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte index 41541dbec6..6b8d892190 100644 --- a/frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte +++ b/frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte @@ -535,7 +535,7 @@
- The single credit-unit is called a "computation". An computation corresponds to a + The single credit-unit is called a "computation". A computation corresponds to a single job whose duration is less than 1s. For any additional seconds of computation, an additional computation is accounted for. Jobs are executed on one powerful virtual CPU with 2Gb of memory. Most jobs will take less than 200ms to execute.