Skip to content

Commit b102cda

Browse files
authored
docs: fix grammar mistake (#1026)
Documentation says `/** @type {import('beachball').BeachallConfig} */` instead of `/** @type {import('beachball').BeachballConfig} */`
1 parent c9d7b69 commit b102cda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/overview/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The `beachball.config.js` example below uses JSDoc type annotations to enable in
2828

2929
```js
3030
// @ts-check
31-
/** @type {import('beachball').BeachallConfig} */
31+
/** @type {import('beachball').BeachballConfig} */
3232
const config = {
3333
disallowedChangeTypes: ['major'],
3434
changehint: 'Run "yarn change" to generate a change file',

0 commit comments

Comments
 (0)