Skip to content

Commit 718d0fb

Browse files
authored
fix(readme): gatsby-plugin-less - variable in code fences (#25818)
1 parent 63f1d57 commit 718d0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby-plugin-less/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins: [`gatsby-plugin-less`]
1717
```
1818

1919
If you need to pass options to the Less loader use the `loaderOptions` and to Less use `lessOptions` object;
20-
see [less-loader](https://github.com/webpack-contrib/less-loader) for all available options.
20+
see [`less-loader`](https://github.com/webpack-contrib/less-loader) for all available options.
2121

2222
```javascript
2323
// in gatsby-config.js

0 commit comments

Comments
 (0)