From 08d9ff7a613965af42e2710d9c55493555e2b189 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 12 Oct 2022 23:06:10 +0100 Subject: [PATCH] docs: update wording --- packages/schema/src/config/nitro.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/schema/src/config/nitro.ts b/packages/schema/src/config/nitro.ts index 00466e17e71..e5612f1f769 100644 --- a/packages/schema/src/config/nitro.ts +++ b/packages/schema/src/config/nitro.ts @@ -20,7 +20,7 @@ export default defineUntypedSchema({ }, /** - * Rules applied by nitro to your routes when building and at runtime + * Universal rules applied to your routes when building and at runtime * * @see https://nitro.unjs.io/config/ *