diff --git a/docs/openapi-ts/plugins/nest.md b/docs/openapi-ts/plugins/nest.md index 219e2fdf6..7fc9b3bcb 100644 --- a/docs/openapi-ts/plugins/nest.md +++ b/docs/openapi-ts/plugins/nest.md @@ -1,6 +1,6 @@ --- title: NestJS Plugin -description: Generate NestJS controller interfaces from OpenAPI with type safety. Fully compatible with all core features. +description: Generate NestJS controller method types from OpenAPI specs. Type-safe controllers via implements. ---