Skip to content

Commit 1b3c22d

Browse files
authored
chore(glue-alpha): revert fix typos (#32932)
Reverts #32890 AWS Glue team is making big changes to the glue alpha module and we do not want to merge anything into glue at the moment to avoid merge conflcits that will delay their process.
1 parent b2b0577 commit 1b3c22d

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 language is Scala.
477+
* The Scala class that serves as the entry point for the job. This applies only if your the job langauage 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 continuous logging.
430+
* Enable continouous 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-
* Comment describing the column.
16+
* Coment describing the column.
1717
*
1818
* @default none
1919
*/

0 commit comments

Comments
 (0)