Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit b57508f

Browse files
authored
fix typo (#635)
1 parent c3436a6 commit b57508f

File tree

1 file changed

+1
-1
lines changed
  • docs/get-started/foundations/deployment

1 file changed

+1
-1
lines changed

docs/get-started/foundations/deployment/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ It also significantly reduces the burden of writing project-specific Infrastruct
6363

6464
The details above are true in the general case, but Nitric is extremely flexible.
6565

66-
For example, you could build a provider that doesn't use a runtime adapter and have your applications continue to use the cloud SDKs directly. This could be useful if you prefer not to abstract the cloud services or you want Nitric to just managed the deployment process.
66+
For example, you could build a provider that doesn't use a runtime adapter and have your applications continue to use the cloud SDKs directly. This could be useful if you prefer not to abstract the cloud services or you want Nitric to just manage the deployment process.
6767

6868
Alternatively, you could build a provider that doesn't deploy your application at all, but instead generates a report of the resources required to run your application and their relationships. This could be useful for auditing or cost estimation. It could also be useful if you prefer more human control over the deployment process. At least you'll know a requirement is never missed.
6969

0 commit comments

Comments
 (0)