From 062ae31db88376e342cb8610f09dcd12cc821097 Mon Sep 17 00:00:00 2001 From: whatuserever <83753332+whatuserever@users.noreply.github.com> Date: Sat, 25 Jan 2025 14:09:00 +0000 Subject: [PATCH] Fix space in resource.md --- basics/resource.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics/resource.md b/basics/resource.md index 524c242..fb7feaa 100644 --- a/basics/resource.md +++ b/basics/resource.md @@ -20,7 +20,7 @@ AdminJS allows you to define resources through adapters. Adapters are AdminJS ex * [BaseDatabase](https://adminjs.page.link/base-database-code) - it's responsible for loading all resources (models) defined in your database (if you choose to do so) * [BaseProperty](https://adminjs.page.link/base-property-code) - it's responsible to describe your resource's (model's) attributes based on your model's metadata -The list of adapters that are officially supported by AdminJS can be found in[ Adapters](../installation/adapters/) section. +The list of adapters that are officially supported by AdminJS can be found in [Adapters](../installation/adapters/) section. In order to use an adapter in your documentation you must first register it.