Skip to content

Commit 728ac09

Browse files
authored
Add backticks to inline code comments (#34235)
1 parent a08cb84 commit 728ac09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/gatsby/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ export interface NodePluginArgs {
947947
/**
948948
* Use to prefix resources URLs. `pathPrefix` will be either empty string or
949949
* path that starts with slash and doesn't end with slash. `pathPrefix` also
950-
* becomes <assetPrefix>/<pathPrefix> when you pass both `assetPrefix` and
950+
* becomes `<assetPrefix>/<pathPrefix>` when you pass both `assetPrefix` and
951951
* `pathPrefix` in your `gatsby-config.js`.
952952
*
953953
* See [Adding a Path Prefix](https://www.gatsbyjs.com/docs/how-to/previews-deploys-hosting/path-prefix/)

packages/gatsby/src/utils/api-node-helpers-docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ module.exports.tracing = true;
303303
/**
304304
* Use to prefix resources URLs. `pathPrefix` will be either empty string or
305305
* path that starts with slash and doesn't end with slash. `pathPrefix` also
306-
* becomes <assetPrefix>/<pathPrefix> when you pass both `assetPrefix` and
306+
* becomes `<assetPrefix>/<pathPrefix>` when you pass both `assetPrefix` and
307307
* `pathPrefix` in your `gatsby-config.js`.
308308
*
309309
* See [Adding a Path Prefix](https://www.gatsbyjs.com/docs/how-to/previews-deploys-hosting/path-prefix/)

0 commit comments

Comments
 (0)