From 2d072f36a2875fa87b422e582aa38c40cb1944ca Mon Sep 17 00:00:00 2001 From: Funnycube <6916389+Funny-cube@users.noreply.github.com> Date: Mon, 12 Feb 2024 17:04:45 +1100 Subject: [PATCH] Update creating-a-placeholderexpansion.md typo --- docs/developers/creating-a-placeholderexpansion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/creating-a-placeholderexpansion.md b/docs/developers/creating-a-placeholderexpansion.md index 1039479..b559a1a 100644 --- a/docs/developers/creating-a-placeholderexpansion.md +++ b/docs/developers/creating-a-placeholderexpansion.md @@ -191,7 +191,7 @@ public class SomeExpansion extends PlaceholderExpansion { ### Register your Expansion -Due to the PlaceholderExpansion being internal, does PlaceholderAPI not load it automatically, requiring us to do it manually. +Due to the PlaceholderExpansion being internal, PlaceholderAPI does not load it automatically, we'll need to do it manually. This is being done by creating a new instance of your PlaceholderExpansion class and calling the `register()` method of it. Here is a quick example: