Skip to content

Commit

Permalink
Typo: append should actually be prepend (#348)
Browse files Browse the repository at this point in the history
Https should be put before (prepend) the url, so prepend should be the correct word. Append would mean you put it after.
  • Loading branch information
MrWeb authored Dec 20, 2022
1 parent 656da52 commit 9199996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/sharing-your-first-site.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ expose share http://localhost:3000
expose share my-local-site.dev
```

By default, Expose assumes that you want to share unenecrypted local traffic through HTTP. If you want to share a local HTTPS URL append the protocol to the url, like this:
By default, Expose assumes that you want to share unenecrypted local traffic through HTTP. If you want to share a local HTTPS URL prepend the protocol to the url, like this:

```bash
# Will share access to https://my-local-site.dev
Expand All @@ -30,4 +30,4 @@ expose share https://my-local-site.dev

To make your life easier, Expose tries to share your local URLs using custom subdomains. This allows you to share your local URL `my-local-site.dev` as `my-local-site.us-1.sharedwithexpose.com`.

By default, Expose uses a slugified version of the URL that you want to share, but you can also [choose your own custom subdomain](/docs/client/sharing#share-a-local-site-with-a-given-subdomain).
By default, Expose uses a slugified version of the URL that you want to share, but you can also [choose your own custom subdomain](/docs/client/sharing#share-a-local-site-with-a-given-subdomain).

0 comments on commit 9199996

Please sign in to comment.