Skip to content

Commit c254106

Browse files
committed
fix: use tip.html
1 parent 80ee864 commit c254106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ export class Order extends Entity {
720720
721721
</details>
722722
<br>
723-
{% include tips.html content="
723+
{% include tip.html content="
724724
Removing or updating the value of `foreignKeys` will be updated or delete or update the constraints in the db tables. If there is a reference to an object being deleted then the `DELETE` will fail. Likewise if there is a create with an invalid FK id then the `POST` will fail.
725725
" %}
726726

0 commit comments

Comments
 (0)