diff --git a/docs/schema.md b/docs/schema.md index 961c72d2..5bb3cf03 100644 --- a/docs/schema.md +++ b/docs/schema.md @@ -31,7 +31,7 @@ services: **application**: The *whole* application, (usually) includes multiple services. Maps conceptually to a `tye.yaml` or a `.sln`. -**service**: An individual project, container, or process. Part of an appliction. +**service**: An individual project, container, or process. Part of an application. **project**: A kind of service, specified by a buildable and runnable .NET project. @@ -153,7 +153,7 @@ A list of environment variable mappings for the service. Does not apply when the Command-line arguments to use when launching the service. Does not apply when the service is external. -#### `replicas` (integrer) +#### `replicas` (integer) The number of replicas to create. Does not apply when the service is external. @@ -173,7 +173,7 @@ A list of bindings *exposed* by the service. Bindings represent protocols *provi `EnvironmentVariable` elements appear in a list inside the `env` property of a `Service`. -### Environment Varible Example +### Environment Variable Example ```yaml name: myapplication @@ -253,4 +253,4 @@ Specifies the protocol used by the binding. The port is used in [service discove #### `autoAssignPort` (bool) -Specifies that the port should be assigned randomly. Defaults to `false`. This is currently only useful for projects - where the tye host will automatically infer bindings with `autoAssignPort: true` \ No newline at end of file +Specifies that the port should be assigned randomly. Defaults to `false`. This is currently only useful for projects - where the tye host will automatically infer bindings with `autoAssignPort: true`