diff options
author | 2021-07-31 00:34:07 +0200 | |
---|---|---|
committer | 2021-07-30 17:34:07 -0500 | |
commit | d0b8485ddfd8dca1376ea0d417ce37282d092cd9 (patch) | |
tree | a6fec0c68c4ea2911d84768ab673b0f64cf5cff2 /docs/src/pages/guides/deploy.md | |
parent | cf4c97cf5411bffbdc8522717e950b414053f26c (diff) | |
download | astro-d0b8485ddfd8dca1376ea0d417ce37282d092cd9.tar.gz astro-d0b8485ddfd8dca1376ea0d417ce37282d092cd9.tar.zst astro-d0b8485ddfd8dca1376ea0d417ce37282d092cd9.zip |
Ascii quotes (#928)
Diffstat (limited to 'docs/src/pages/guides/deploy.md')
-rw-r--r-- | docs/src/pages/guides/deploy.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/guides/deploy.md b/docs/src/pages/guides/deploy.md index e9449343f..c12860565 100644 --- a/docs/src/pages/guides/deploy.md +++ b/docs/src/pages/guides/deploy.md @@ -231,7 +231,7 @@ Then hit the deploy button. ## Surge -1. First install [surge](https://www.npmjs.com/package/surge), if you haven’t already. +1. First install [surge](https://www.npmjs.com/package/surge), if you haven't already. 2. Run `npm run build`. |