docs(nx-dev): Fix typo in 2025-01-27-project-references (#31571)
Small typo in docs :)
This commit is contained in:
parent
18155f4574
commit
8ef39c1140
@ -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';
|
import { isEven } from 'is-even';
|
||||||
|
|
||||||
export function isOdd(n: number): boolean {
|
export function isOdd(n: number): boolean {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user