Skip to content

Commit

Permalink
chore(glue-alpha): revert fix typos (#32932)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
GavinZZ authored Jan 16, 2025
1 parent b2b0577 commit 1b3c22d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-glue-alpha/lib/job-executable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ export interface JobExecutableConfig {
readonly script: Code;

/**
* The Scala class that serves as the entry point for the job. This applies only if your the job language is Scala.
* The Scala class that serves as the entry point for the job. This applies only if your the job langauage is Scala.
* Equivalent to a job parameter `--class`.
*
* @default - no scala className specified
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-glue-alpha/lib/job.ts
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ export interface SparkUILoggingLocation {
*/
export interface ContinuousLoggingProps {
/**
* Enable continuous logging.
* Enable continouous logging.
*/
readonly enabled: boolean;

Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-glue-alpha/lib/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface Column {
readonly type: Type;

/**
* Comment describing the column.
* Coment describing the column.
*
* @default none
*/
Expand Down

0 comments on commit 1b3c22d

Please sign in to comment.