From 16055a311fdf195b9aebe796461b005998fa2df6 Mon Sep 17 00:00:00 2001
From: aussig <aussi@goudges.com>
Date: Mon, 26 Dec 2022 11:23:44 +0000
Subject: [PATCH] Typo in plugins docs

---
 PLUGINS.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PLUGINS.md b/PLUGINS.md
index e0e6f1fa..eb5cf57c 100644
--- a/PLUGINS.md
+++ b/PLUGINS.md
@@ -992,7 +992,7 @@ defensively.
 
 #### CAPI data for Legacy
 
-When CAPI data has been retrieved from the separate CAPI host for the Legacy galaxy, because the Journal gameversion indicated the player is playing last played in that galaxy, a different function will be called, `cmdr_data_legacy()`.  Note that there is no legacy equivalent to `capi_fleetcarrier()`, so always use the `source_host` property to determine the user's galaxy.
+When CAPI data has been retrieved from the separate CAPI host for the Legacy galaxy, because the Journal gameversion indicated the player is playing / last played in that galaxy, a different function will be called, `cmdr_data_legacy()`.  Note that there is no legacy equivalent to `capi_fleetcarrier()`, so always use the `source_host` property to determine the user's galaxy.
 
 ```python
 def cmdr_data_legacy(data, is_beta):