Skip to content

Commit 6c23da8

Browse files
docs(README.md): update
1 parent 0b1503d commit 6c23da8

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import {
4242
```
4343

4444
```typescript
45-
// Check `is` prefix functions.
45+
// `is` prefix functions.
4646
import {
4747
isArray,
4848
isBigInt,
@@ -68,12 +68,15 @@ import {
6868
isType,
6969
isUndefined
7070
} from '@angular-package/type';
71-
// Check `are` prefix functions.
72-
import { areString } from '@angular-package/type';
71+
72+
// `are` prefix functions.
73+
import {
74+
areString
75+
} from '@angular-package/type';
7376
```
7477

7578
```typescript
76-
// Check `isNot` prefix functions.
79+
// `isNot` prefix functions.
7780
import {
7881
isNotBoolean,
7982
isNotDefined,

packages/type/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import {
4242
```
4343

4444
```typescript
45-
// Check `is` prefix functions.
45+
// `is` prefix functions.
4646
import {
4747
isArray,
4848
isBigInt,
@@ -68,12 +68,15 @@ import {
6868
isType,
6969
isUndefined
7070
} from '@angular-package/type';
71-
// Check `are` prefix functions.
72-
import { areString } from '@angular-package/type';
71+
72+
// `are` prefix functions.
73+
import {
74+
areString
75+
} from '@angular-package/type';
7376
```
7477

7578
```typescript
76-
// Check `isNot` prefix functions.
79+
// `isNot` prefix functions.
7780
import {
7881
isNotBoolean,
7982
isNotDefined,

0 commit comments

Comments
 (0)