Skip to content

Commit

Permalink
fix(docs): Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Dec 9, 2020
1 parent b38e35d commit 4d806f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import { VendurePlugin } from '@vendure/core';
import { ProductReview } from './product-review.entity';

@VendurePlugin({
entites: [ProductReview],
entities: [ProductReview],
})
export class ReviewsPlugin {}
```

0 comments on commit 4d806f9

Please sign in to comment.