File tree 3 files changed +3
-3
lines changed
packages/@aws-cdk/aws-glue-alpha/lib
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -474,7 +474,7 @@ export interface JobExecutableConfig {
474
474
readonly script : Code ;
475
475
476
476
/**
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.
478
478
* Equivalent to a job parameter `--class`.
479
479
*
480
480
* @default - no scala className specified
Original file line number Diff line number Diff line change @@ -427,7 +427,7 @@ export interface SparkUILoggingLocation {
427
427
*/
428
428
export interface ContinuousLoggingProps {
429
429
/**
430
- * Enable continouous logging.
430
+ * Enable continuous logging.
431
431
*/
432
432
readonly enabled : boolean ;
433
433
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export interface Column {
13
13
readonly type : Type ;
14
14
15
15
/**
16
- * Coment describing the column.
16
+ * Comment describing the column.
17
17
*
18
18
* @default none
19
19
*/
You can’t perform that action at this time.
0 commit comments