From 583304cbf48c22ae80159074551b48039f9140e9 Mon Sep 17 00:00:00 2001 From: Gyanendra Mishra Date: Tue, 3 Oct 2023 18:32:51 +0100 Subject: [PATCH] docs: fixed engine SDK reference (#1463) ## Description: wasn't using `` properly, now we do ## Is this change user facing? YES --- docs/docs/engine-apic-reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/engine-apic-reference.md b/docs/docs/engine-apic-reference.md index dca6ed6110..cc33878d1a 100644 --- a/docs/docs/engine-apic-reference.md +++ b/docs/docs/engine-apic-reference.md @@ -473,8 +473,8 @@ This is a configuration object for Starlark Runs: * `DryRun`: When set to true, the Kurtosis instructions are not executed. Configurable using `WithDryRun`; defaults to false. * `Parallelism`: The level of parallelism for instructions that support parallelism. Configurable using `WithParallelism`; defaults to 4 * `ExperimentalFeatureFlags`: List of experimental features to turn on for this run. Leave empty to leave any experimental feature disabled. Configurable using `WithExperimentalFeatureFlags`; defaults to empty -* `CloudInstanceId`: The `CloudInstanceId` if running on Cloud Kurtosis. Configurable using `WithCloudInstanceID'; defaults to "". -* `CloudUserId`: The `CloudUserId` if running on Cloud Kurtosis. Configurable using `WithCloudUserId'; defaults to "". +* `CloudInstanceId`: The `CloudInstanceId` if running on Cloud Kurtosis. Configurable using `WithCloudInstanceID`; defaults to "". +* `CloudUserId`: The `CloudUserId` if running on Cloud Kurtosis. Configurable using `WithCloudUserId`; defaults to "". ServiceContext --------------