Skip to content

Commit

Permalink
minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
vgkowski committed May 27, 2024
1 parent 2f4ddc3 commit 7c1dbfa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions framework/API.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion framework/src/streaming/lib/msk/msk-provisioned.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import { DsfProvider } from '../../../utils/lib/dsf-provider';
*
* @example
*
* const msk = new dsf.streaming.MskProvisioned(MyStack, 'cluster');
* const msk = new dsf.streaming.MskProvisioned(this, 'cluster');
*
*/
export class MskProvisioned extends TrackedConstruct {
Expand Down
2 changes: 1 addition & 1 deletion framework/src/streaming/lib/msk/msk-serverless.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { Context, DataVpc, TrackedConstruct, TrackedConstructProps } from '../..
*
* @example
*
* const msk = new dsf.streaming.MskServerless(MyStack, 'cluster');
* const msk = new dsf.streaming.MskServerless(this, 'cluster');
*/
export class MskServerless extends TrackedConstruct {

Expand Down

0 comments on commit 7c1dbfa

Please sign in to comment.