From 8a6ec5e100df3b2576eafe574e54402b6761dddc Mon Sep 17 00:00:00 2001 From: JVPH <83098530+JVPH@users.noreply.github.com> Date: Sat, 24 May 2025 19:38:27 -0500 Subject: [PATCH] Update template.txt fix typo --- src/generators/llms-txt/template.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generators/llms-txt/template.txt b/src/generators/llms-txt/template.txt index 95d096a2..04da10b9 100644 --- a/src/generators/llms-txt/template.txt +++ b/src/generators/llms-txt/template.txt @@ -2,6 +2,6 @@ > Node.js is an open-source, cross-platform JavaScript runtime environment that executes JavaScript code outside a web browser. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient for building scalable network applications. -Below are the sections of the API documentation. Look out especially towards the links that point towards guidance/introductioon to the structure of this documentation. +Below are the sections of the API documentation. Look out especially towards the links that point towards guidance/introduction to the structure of this documentation. ## API Documentations