docs(nx-dev): Fix typo in 2025-01-27-project-references (#31571)

Small typo in docs :)
This commit is contained in:
Miguel 2025-06-13 11:02:09 +02:00 committed by GitHub
parent 18155f4574
commit 8ef39c1140
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@ export function isEven(n: number): boolean {
}
```
```ts {% fileName="is-even/index.ts" %}
```ts {% fileName="is-odd/index.ts" %}
import { isEven } from 'is-even';
export function isOdd(n: number): boolean {