diff options
Diffstat (limited to 'docs/contributing/release_schedule.md')
-rw-r--r-- | docs/contributing/release_schedule.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing/release_schedule.md b/docs/contributing/release_schedule.md index e48bc2ae9..8aabac9c8 100644 --- a/docs/contributing/release_schedule.md +++ b/docs/contributing/release_schedule.md @@ -22,7 +22,7 @@ canary release by running: deno upgrade --canary ``` -To update to a specifc canary, pass the commit has in the `--version` option: +To update to a specific canary, pass the commit has in the `--version` option: ``` deno upgrade --canary --version=973af61d8bb03c1709f61e456581d58386ed4952 |