simonw--llm
b7e213282d
The description of the `register_fragment_loaders` hook incorrectly referred to `register_template_loaders` as the hook to use. These are two distinct hooks; fragment loader plugins must use `register_fragment_loaders`. Also fixed a typo: "de-duplicatino" → "de-duplication". AI-assisted contribution.