swagger-api / swagger.io-docs

The content of swagger.io
https://swagger.io/docs/
1.56k stars 404 forks source link

Typo in Data Types documentation #352

Open arvind-kumar-avinash opened 3 months ago

arvind-kumar-avinash commented 3 months ago

There is a typo in the Data Types documentation at https://swagger.io/docs/specification/data-models/data-types/

The last line reads:

description: Can be any value, including null.

It should be

description: Can be any value, including null.

i.e. null should not be inside backtick quotation.