Skip to content

Commit

Permalink
fix(docs): documentation fix for creater text in polymorphic relation
Browse files Browse the repository at this point in the history
fix in docs for typo from "creater" to "creator"

Signed-off-by: Vaibhav Kumar <[email protected]>
  • Loading branch information
vaibhavkumar-sf authored and achrinza committed Jun 24, 2022
1 parent 19d2bf3 commit 3252073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/site/Polymorphic-relation.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ deliverable_type: string;

The only difference on the repository class is that instead of having a single
repository getter, a dictionary of subclass repository getters is passed into
the repository factory creater.
the repository factory creator.

```javascript
export class DeliveryRepository extends DefaultCrudRepository {
Expand Down

0 comments on commit 3252073

Please sign in to comment.