Skip to content

Commit 64b865b

Browse files
authored
docs(glue-alpha): fix typos (#32890)
### Issue # (if applicable) None ### Reason for this change Fixed typos in code comments. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 2d7e7c4 commit 64b865b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/@aws-cdk/aws-glue-alpha/lib/job-executable.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ export interface JobExecutableConfig {
474474
readonly script: Code;
475475

476476
/**
477-
* The Scala class that serves as the entry point for the job. This applies only if your the job langauage is Scala.
477+
* The Scala class that serves as the entry point for the job. This applies only if your the job language is Scala.
478478
* Equivalent to a job parameter `--class`.
479479
*
480480
* @default - no scala className specified

packages/@aws-cdk/aws-glue-alpha/lib/job.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ export interface SparkUILoggingLocation {
427427
*/
428428
export interface ContinuousLoggingProps {
429429
/**
430-
* Enable continouous logging.
430+
* Enable continuous logging.
431431
*/
432432
readonly enabled: boolean;
433433

packages/@aws-cdk/aws-glue-alpha/lib/schema.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export interface Column {
1313
readonly type: Type;
1414

1515
/**
16-
* Coment describing the column.
16+
* Comment describing the column.
1717
*
1818
* @default none
1919
*/

0 commit comments

Comments
 (0)