Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
scanlonp committed Aug 10, 2023
1 parent 3cea967 commit e51403b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-glue-alpha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ new glue.Job(this, 'RayJob', {
Enable Spark UI setting the `sparkUI` property.

```ts
new glue.Job(stack, 'EnableSparkUI', {
new glue.Job(this, 'EnableSparkUI', {
jobName: 'EtlJobWithSparkUIPrefix',
sparkUI: {
enabled: true,
Expand Down

0 comments on commit e51403b

Please sign in to comment.