From e5d3b39684654a61f237c340bcc3c1d6b63e46d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abd=C3=B3n=20Rodr=C3=ADguez=20Davila?= Date: Fri, 29 May 2020 11:12:13 +0200 Subject: [PATCH] Update model.template (#6417) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Abdón Rodríguez Davila --- packages/strapi-generate-api/templates/model.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/strapi-generate-api/templates/model.template b/packages/strapi-generate-api/templates/model.template index 4133599f61..319ea80a1d 100644 --- a/packages/strapi-generate-api/templates/model.template +++ b/packages/strapi-generate-api/templates/model.template @@ -1,7 +1,7 @@ 'use strict'; /** - * Read the documentation (https://strapi.io/documentation/v3.x/concepts/models.html#life-cycle-callbacks) + * Read the documentation (https://strapi.io/documentation/v3.x/concepts/models.html#lifecycle-hooks) * to customize this model */