Skip to content

Commit

Permalink
docs: adapt the text of the document
Browse files Browse the repository at this point in the history
  • Loading branch information
ren-yamanashi committed Jan 23, 2025
1 parent 02b67e3 commit 0b1b4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/props-name-convention.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ class NotConstruct {
import { Construct } from "constructs";
import { IBucket } from "aws-cdk-lib/aws-s3";

// ❌ Props interface name must follow ${ConstructName}Props format
interface Props {
// ❌ Props interface name must follow ${ConstructName}Props format
readonly bucket?: string;
}

Expand Down

0 comments on commit 0b1b4a1

Please sign in to comment.