Skip to content

Commit

Permalink
Update usage.md (#2659)
Browse files Browse the repository at this point in the history
your a particular -> a particular
  • Loading branch information
Dyras authored Dec 9, 2024
1 parent ba3728a commit 2aa5b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/@roots/bud-api/docs/entry/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default async bud => {

The entire [EntryObject API](https://webpack.js.org/concepts/entry-points/#object-syntax) is available to you.

As an example, you might use [`publicPath`](https://webpack.js.org/configuration/output/#outputpublicpath) to specify a CDN for your a particular entry.
As an example, you might use [`publicPath`](https://webpack.js.org/configuration/output/#outputpublicpath) to specify a CDN for a particular entry.

```ts title=bud.config.ts
export default async bud => {
Expand Down

0 comments on commit 2aa5b63

Please sign in to comment.