Skip to content

Commit 5848feb

Browse files
Update content/openapi/types-and-parameters.md
Co-authored-by: John Biundo <[email protected]>
1 parent 4ada783 commit 5848feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/openapi/types-and-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ When the property is an array, we must manually indicate the array type as shown
6969
names: string[];
7070
```
7171

72-
> info **Hint** Consider using the Swagger plugin (see [Plugin](/recipes/swagger#plugin) section) which will automatically detect arrays.
72+
> info **Hint** Consider using the Swagger plugin (see [Plugin](/openapi/cli-plugin) section) which will automatically detect arrays.
7373
7474
Either include the type as the first element of an array (as shown above) or set the `isArray` property to `true`.
7575

0 commit comments

Comments
 (0)