Skip to content

Commit

Permalink
Merge pull request #16 from thefrontside/tm/fix-lint-errors
Browse files Browse the repository at this point in the history
Fix fmt errors
  • Loading branch information
taras authored Oct 4, 2024
2 parents 7908bf8 + 95f492c commit 4f2e012
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions deno-deploy/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Deno Deploy

Provides Deno Deploy Effection context with `region`, `deploymentId` and `isDenoDeploy` flag
to detect when running in the Deno Deploy environment. This can be useful when
testing an application that's deployed to Deno Deploy.
Provides Deno Deploy Effection context with `region`, `deploymentId` and
`isDenoDeploy` flag to detect when running in the Deno Deploy environment. This
can be useful when testing an application that's deployed to Deno Deploy.
2 changes: 1 addition & 1 deletion deno-deploy/deno-deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export interface DenoDeploy {
deploymentId: string | undefined;
/**
* It holds the region code of the region in which the deployment is running.
* You can use this variable to serve region-specific content. You can refer to the
* You can use this variable to serve region-specific content. You can refer to the
* region code from the [regions page](https://docs.deno.com/deploy/manual/regions/).
*/
region: string | undefined;
Expand Down

0 comments on commit 4f2e012

Please sign in to comment.