We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d7b69 commit b102cdaCopy full SHA for b102cda
1 file changed
docs/overview/configuration.md
@@ -28,7 +28,7 @@ The `beachball.config.js` example below uses JSDoc type annotations to enable in
28
29
```js
30
// @ts-check
31
-/** @type {import('beachball').BeachallConfig} */
+/** @type {import('beachball').BeachballConfig} */
32
const config = {
33
disallowedChangeTypes: ['major'],
34
changehint: 'Run "yarn change" to generate a change file',
0 commit comments