From 638645f72de5f83b044217ae118343e9be59732b Mon Sep 17 00:00:00 2001 From: Zachary Milonas Date: Wed, 12 Oct 2022 10:13:15 -0500 Subject: [PATCH] Fix a typo in a tip about UID in Entity Service --- .../database-apis-reference/entity-service/crud.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-docs/latest/developer-resources/database-apis-reference/entity-service/crud.md b/docs/developer-docs/latest/developer-resources/database-apis-reference/entity-service/crud.md index fe5b5a149e..24199612b0 100644 --- a/docs/developer-docs/latest/developer-resources/database-apis-reference/entity-service/crud.md +++ b/docs/developer-docs/latest/developer-resources/database-apis-reference/entity-service/crud.md @@ -17,7 +17,7 @@ Examples: - As the `uid`s for user-defined custom content-types follow the `api::[content-type]` syntax, if a content-type `article` exists, it is referenced by `api::article.article`. ::: tip -Run the `strapi content-types:list`](/developer-docs/latest/developer-resources/cli/CLI.md#strapi-content-types-list) command in a terminal to display all possible content-types' `uid`s for a specific Strapi instance. +Run the [`strapi content-types:list`](/developer-docs/latest/developer-resources/cli/CLI.md#strapi-content-types-list) command in a terminal to display all possible content-types' `uid`s for a specific Strapi instance. ::: ## findOne()