From 8066bcd96394a30753966a2674b3361c20e4b689 Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Mon, 21 Oct 2019 03:41:05 -0500 Subject: [PATCH] Fix grammar --- docs/3.0.0-beta.x/plugin-development/plugin-architecture.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/3.0.0-beta.x/plugin-development/plugin-architecture.md b/docs/3.0.0-beta.x/plugin-development/plugin-architecture.md index 1c3287cdd9..62548b8216 100644 --- a/docs/3.0.0-beta.x/plugin-development/plugin-architecture.md +++ b/docs/3.0.0-beta.x/plugin-development/plugin-architecture.md @@ -1,7 +1,7 @@ # Plugin Folders and Files Architecture -The logic of a plugin is located at its root directory `./plugins/**`. The admin panel related parts of each plugin is contained in the `/admin` folder. -The folders and files structure is the following: +The logic of a plugin is located at its root directory `./plugins/**`. The admin panel related parts of each plugin are contained in the `/admin` folder. +The folders and files structure are the following: