Skip to content

Commit 84679c1

Browse files
authored
Merge pull request loopbackio#443 from strongloop/fix-tips
fix: use tip.html
2 parents 80ee864 + c254106 commit 84679c1

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)