Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typing errors #1813

Merged
merged 2 commits into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Your folder can be a regular local folder or a Git repo.
=== "Service"

A service allows you to deploy a web app or a model as a scalable endpoint. It lets you configure
dependencies, resources, authorizarion, auto-scaling rules, etc.
dependencies, resources, authorization, auto-scaling rules, etc.

??? info "Prerequisites"
If you're using the open-source server, you must set up a [gateway](concepts/gateways.md) before you can run a service.
Expand Down Expand Up @@ -179,7 +179,7 @@ Your folder can be a regular local folder or a Git repo.
# Port of the service
port: 8501

# Comment to enable authorizartion
# Comment to enable authorization
auth: False

# Use either spot or on-demand instances
Expand Down Expand Up @@ -220,7 +220,7 @@ Your folder can be a regular local folder or a Git repo.

</div>

One the service is up, its endpoint is accessible at `https://<run name>.<gateway domain>`.
Once the service is up, its endpoint is accessible at `https://<run name>.<gateway domain>`.

> `dstack apply` automatically uploads the code from the current repo, including your local uncommitted changes.

Expand All @@ -237,4 +237,4 @@ Something not working? Make sure to check out the [troubleshooting](guides/troub

!!! info "Examples"
To see how dev environments, tasks, services, and fleets can be used for
training and deploying AI models, check out the [examples](examples/index.md).
training and deploying AI models, check out the [examples](examples/index.md).
4 changes: 2 additions & 2 deletions docs/docs/services.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Services

A service allows you to deploy a web app or a model as a scalable endpoint. It lets you configure
dependencies, resources, authorizarion, auto-scaling rules, etc.
dependencies, resources, authorization, auto-scaling rules, etc.

Services are provisioned behind a [gateway](concepts/gateways.md) which provides an HTTPS endpoint mapped to your domain,
handles authentication, distributes load, and performs auto-scaling.
Expand Down Expand Up @@ -165,4 +165,4 @@ or creates a new fleet through backends.

!!! info "Reference"
See [.dstack.yml](reference/dstack.yml/service.md) for all the options supported by
services, along with multiple examples.
services, along with multiple examples.