Fixing spelling mistake
This commit is contained in:
parent
6681374ed5
commit
a2a4e80337
@ -113,9 +113,6 @@ const AGENTS_DIR = path.join(ROOT_FOLDER, "agents");
|
|||||||
const COLLECTIONS_DIR = path.join(ROOT_FOLDER, "collections");
|
const COLLECTIONS_DIR = path.join(ROOT_FOLDER, "collections");
|
||||||
const MAX_COLLECTION_ITEMS = 50;
|
const MAX_COLLECTION_ITEMS = 50;
|
||||||
|
|
||||||
// Backward compatibility export for typo (remove later)
|
|
||||||
const INSTRUCTIOSN_DIR = INSTRUCTIONS_DIR;
|
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
TEMPLATES,
|
TEMPLATES,
|
||||||
vscodeInstallImage,
|
vscodeInstallImage,
|
||||||
@ -124,7 +121,6 @@ module.exports = {
|
|||||||
AKA_INSTALL_URLS,
|
AKA_INSTALL_URLS,
|
||||||
ROOT_FOLDER,
|
ROOT_FOLDER,
|
||||||
INSTRUCTIONS_DIR,
|
INSTRUCTIONS_DIR,
|
||||||
INSTRUCTIOSN_DIR, // deprecated
|
|
||||||
PROMPTS_DIR,
|
PROMPTS_DIR,
|
||||||
CHATMODES_DIR,
|
CHATMODES_DIR,
|
||||||
AGENTS_DIR,
|
AGENTS_DIR,
|
||||||
|
|||||||
@ -14,11 +14,11 @@ const {
|
|||||||
vscodeInstallImage,
|
vscodeInstallImage,
|
||||||
vscodeInsidersInstallImage,
|
vscodeInsidersInstallImage,
|
||||||
ROOT_FOLDER,
|
ROOT_FOLDER,
|
||||||
INSTRUCTIOSN_DIR,
|
|
||||||
PROMPTS_DIR,
|
PROMPTS_DIR,
|
||||||
CHATMODES_DIR,
|
CHATMODES_DIR,
|
||||||
AGENTS_DIR,
|
AGENTS_DIR,
|
||||||
COLLECTIONS_DIR,
|
COLLECTIONS_DIR,
|
||||||
|
INSTRUCTIONS_DIR,
|
||||||
} = require("./constants");
|
} = require("./constants");
|
||||||
|
|
||||||
// Add error handling utility
|
// Add error handling utility
|
||||||
@ -761,7 +761,7 @@ try {
|
|||||||
|
|
||||||
const instructionsReadme = buildCategoryReadme(
|
const instructionsReadme = buildCategoryReadme(
|
||||||
generateInstructionsSection,
|
generateInstructionsSection,
|
||||||
INSTRUCTIOSN_DIR,
|
INSTRUCTIONS_DIR,
|
||||||
instructionsHeader,
|
instructionsHeader,
|
||||||
TEMPLATES.instructionsUsage
|
TEMPLATES.instructionsUsage
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user