Skip to content

Commit

Permalink
docs: JOSN -> JSON (#1196)
Browse files Browse the repository at this point in the history
  • Loading branch information
zkylearner authored Apr 6, 2021
1 parent bf70369 commit 8783780
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/antd/docs/components/Cascader.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default () => (
)
```

## JOSN Schema 案例
## JSON Schema 案例

```tsx
import React from 'react'
Expand Down
2 changes: 1 addition & 1 deletion packages/antd/docs/components/FormItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default () => (
)
```

## JOSN Schema 案例
## JSON Schema 案例

```tsx
import React from 'react'
Expand Down
2 changes: 1 addition & 1 deletion packages/antd/docs/components/Input.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default () => (
)
```

## JOSN Schema 案例
## JSON Schema 案例

```tsx
import React from 'react'
Expand Down
2 changes: 1 addition & 1 deletion packages/antd/docs/components/NumberPicker.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default () => (
)
```

## JOSN Schema 案例
## JSON Schema 案例

```tsx
import React from 'react'
Expand Down
2 changes: 1 addition & 1 deletion packages/antd/docs/components/Password.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default () => (
)
```

## JOSN Schema 案例
## JSON Schema 案例

```tsx
import React from 'react'
Expand Down
2 changes: 1 addition & 1 deletion packages/antd/docs/components/Select.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ export default () => (
)
```

## JOSN Schema 异步联动数据源案例
## JSON Schema 异步联动数据源案例

```tsx
import React from 'react'
Expand Down
2 changes: 1 addition & 1 deletion packages/antd/docs/components/TreeSelect.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ export default () => (
)
```

## JOSN Schema 异步联动数据源案例
## JSON Schema 异步联动数据源案例

```tsx
import React from 'react'
Expand Down
2 changes: 1 addition & 1 deletion packages/next/docs/components/Cascader.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default () => (
)
```

## JOSN Schema 案例
## JSON Schema 案例

```tsx
import React from 'react'
Expand Down
2 changes: 1 addition & 1 deletion packages/next/docs/components/Input.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default () => (
)
```

## JOSN Schema 案例
## JSON Schema 案例

```tsx
import React from 'react'
Expand Down
2 changes: 1 addition & 1 deletion packages/next/docs/components/NumberPicker.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default () => (
)
```

## JOSN Schema 案例
## JSON Schema 案例

```tsx
import React from 'react'
Expand Down
2 changes: 1 addition & 1 deletion packages/next/docs/components/Password.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default () => (
)
```

## JOSN Schema 案例
## JSON Schema 案例

```tsx
import React from 'react'
Expand Down
2 changes: 1 addition & 1 deletion packages/next/docs/components/Select.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export default () => (
)
```

## JOSN Schema 异步联动数据源案例
## JSON Schema 异步联动数据源案例

```tsx
import React from 'react'
Expand Down
2 changes: 1 addition & 1 deletion packages/next/docs/components/TreeSelect.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ export default () => (
)
```

## JOSN Schema 异步联动数据源案例
## JSON Schema 异步联动数据源案例

```tsx
import React from 'react'
Expand Down

0 comments on commit 8783780

Please sign in to comment.