Skip to content

Commit

Permalink
docs(glue-alpha): fix typos (#32890)
Browse files Browse the repository at this point in the history
### 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*
  • Loading branch information
andyu17 authored Jan 13, 2025
1 parent 2d7e7c4 commit 64b865b
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 langauage is Scala.
* The Scala class that serves as the entry point for the job. This applies only if your the job language 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 continouous logging.
* Enable continuous 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;

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

0 comments on commit 64b865b

Please sign in to comment.