Skip to content

Commit

Permalink
fix(docs): Fix broken mdx (#25946)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic authored and KyleAMathews committed Jul 29, 2020
1 parent a62fffd commit 8ac84a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/deploying-to-digitalocean-droplet.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ sudo chown -R $(whoami) .config

The static files will be hosted publicly on the droplet. The `gatsby build` command provides utility to build the site and generate the static files in the `/public`.

> Note: Go to the path where <my-gatsby-app> is. You can used the copied path for reference in a [previous step](#clone-your-repository-to-the-droplet).
> Note: Go to the path where `<my-gatsby-app>` is. You can used the copied path for reference in a [previous step](#clone-your-repository-to-the-droplet).

1. Install dependencies.

Expand Down

0 comments on commit 8ac84a6

Please sign in to comment.