Explorar o código

fix(docs): Correct typo

Michael Bromley %!s(int64=5) %!d(string=hai) anos
pai
achega
d2a971cc82

+ 1 - 1
docs/content/docs/plugins/plugin-examples/defining-db-entity.md

@@ -39,7 +39,7 @@ import { VendurePlugin } from '@vendure/core';
 import { ProductReview } from './product-review.entity';
 
 @VendurePlugin({
-  entites: [ProductReview],
+  entities: [ProductReview],
 })
 export class ReviewsPlugin {}
 ```