diff --git a/website/versioned_docs/version-0.21/getting-started/build-a-sample-app.mdx b/website/versioned_docs/version-0.21/getting-started/build-a-sample-app.mdx index 78b703e2d4c..05df4595df4 100644 --- a/website/versioned_docs/version-0.21/getting-started/build-a-sample-app.mdx +++ b/website/versioned_docs/version-0.21/getting-started/build-a-sample-app.mdx @@ -152,7 +152,7 @@ Add option '--open' to open your default browser `trunk serve --open`. ::: Trunk will rebuild your application if you modify any of its source code files. -By default server will listening at address '127.0.0.1' and port '8080' => [http://localhost:8080](http://127.0.0.1:8080). +By default server will be listening at address '127.0.0.1' and port '8080' => [http://localhost:8080](http://127.0.0.1:8080). To change it, create the following file and edit as needed: ```toml title="Trunk.toml"