Skip to content

Commit 0f640e1

Browse files
committedDec 10, 2024
Doc edits
1 parent 055a2e3 commit 0f640e1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed
 

‎packages/docs/src/components/Projects.astro

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<ul>
2+
<li><a href="https://github.com/aws-samples/baseline-environment-on-aws">AWS (Amazon)</a></li>
23
<li><a href="https://github.com/arktypeio/arktype">ArkType</a></li>
34
<li><a href="https://github.com/backstage/backstage">Backstage (Spotify)</a></li>
45
<li><a href="https://github.com/sourcegraph/cody">Cody (SourceGraph)</a></li>

‎packages/docs/src/content/docs/explanations/why-use-knip.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ in complexity and size, automated and comprehensive tooling becomes critical.
1313
Knip finds and fixes unused files, exports and dependencies.
1414

1515
Deep analysis from [fine-grained entry points][1] based on the actual frameworks
16-
and tooling in your [(mono)repo][2] for accurate and actionable results.
17-
Advanced features for maximum coverage:
16+
and tooling in [(mono)repos][2] for accurate and actionable results. Advanced
17+
features for maximum coverage:
1818

1919
- [Custom module resolution][3]
2020
- [Configuration file parsers][4]

‎packages/docs/src/content/docs/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import Contributors from '../../components/Contributors.astro';
4040
<Card title="How?" icon="setting">
4141

4242
Deep analysis from fine-grained entry points based on the actual frameworks
43-
and tooling in your (mono)repo for accurate and actionable results.
43+
and tooling in (mono)repos for accurate and actionable results.
4444
Advanced features for maximum coverage:
4545

4646
* Custom module resolution

0 commit comments

Comments
 (0)
Please sign in to comment.