From decf91f0a97071b9648a3d8d126d46a34f86ae19 Mon Sep 17 00:00:00 2001 From: Pearl C <63629092+pearl-cao@users.noreply.github.com> Date: Sat, 31 Dec 2022 17:26:25 +0800 Subject: [PATCH] Update application.md --- docs/en-US/api/server/application.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en-US/api/server/application.md b/docs/en-US/api/server/application.md index 28f67506e..8ad154f09 100644 --- a/docs/en-US/api/server/application.md +++ b/docs/en-US/api/server/application.md @@ -143,7 +143,7 @@ Create an application instance. * `constructor(options: ApplicationOptions)` -**Parameters** +**Parameter** | Name | Type | Default | Description | | --- | --- | --- | --- | @@ -277,7 +277,7 @@ Start application, listening will also be started if the listening port is confi * `async start(options: StartOptions): Promise` -**Parameters** +**Parameter** | Name | Type | Default | Description | | --- | --- | --- | --- |