From 61452ae7cf9a8637bd47fd8be3b831a1ad687fcb Mon Sep 17 00:00:00 2001 From: Codex Date: Thu, 23 Apr 2026 11:01:23 +0800 Subject: [PATCH] docs: fix typo in app.engine docs --- _includes/api/en/3x/app-engine.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/api/en/3x/app-engine.md b/_includes/api/en/3x/app-engine.md index fcdfd7c9d9..0359d9c829 100644 --- a/_includes/api/en/3x/app-engine.md +++ b/_includes/api/en/3x/app-engine.md @@ -30,7 +30,7 @@ Some template engines do not follow this convention, the consolidate.js library was created to map all of node's popular template engines to follow this convention, thus allowing them to -work seemlessly within Express. +work seamlessly within Express. ```js var engines = require('consolidate')