Skip to content

Commit

Permalink
docs: fix typo on checks recipies (#181)
Browse files Browse the repository at this point in the history
In the docs, under checks > recipies, the usage section for the
codeowner had the wrong name under the example. This PR addresses it by
fixing the name.
  • Loading branch information
beaussan authored Jan 3, 2024
1 parent ba938b0 commit c0b0bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/documentation/pages/docs/checks/recipes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const hasCodeowner = defineCheck({
```ts filename="commonality.config.ts"
export default defineConfig({
checks: {
'*': [hasReadme()],
'*': [hasCodeowner()],
},
});
```
Expand Down

0 comments on commit c0b0bfc

Please sign in to comment.