Skip to content

Commit 2786383

Browse files
Apply suggestions from code review
Co-authored-by: Milecia McG <47196133+flippedcoder@users.noreply.github.com>
1 parent 216e2d3 commit 2786383

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/elements/ServerlessWorkerDemo.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const STEPS = [
104104
{
105105
id: 'worker',
106106
number: '1',
107-
title: 'Write worker code',
107+
title: 'Write Worker code',
108108
description:
109109
'Use the lambdaworker package to write a Worker that runs inside a Lambda function. Register Workflows and Activities the same way you would with a standard Worker.',
110110
codeLabel: 'Worker Code',
@@ -136,7 +136,7 @@ const STEPS = [
136136
number: '4',
137137
title: 'Create a Worker Deployment Version',
138138
description:
139-
'Use the CLI to create a Worker Deployment Version with your Lambda ARN as the compute provider. The deployment name and build ID must match your Worker code.',
139+
'Use the CLI to create a Worker Deployment Version with your Lambda ARN as the compute provider. The deployment name and Build Id must match your Worker code.',
140140
codeLabel: 'CLI Command',
141141
language: 'bash',
142142
generate: generateCliCode,

0 commit comments

Comments
 (0)