docs(swagger-ui-react): fix a typo in README (#9016)

This commit is contained in:
Oleksandr Redko
2023-07-14 14:44:42 +03:00
committed by GitHub
parent 4328fd06d6
commit a62d340120

View File

@@ -33,7 +33,7 @@ These props map to [Swagger UI configuration options](https://github.com/swagger
#### `spec`: PropTypes.object
An OpenAPI document respresented as a JavaScript object, JSON string, or YAML string for Swagger UI to display.
An OpenAPI document represented as a JavaScript object, JSON string, or YAML string for Swagger UI to display.
⚠️ Don't use this in conjunction with `url` - unpredictable behavior may occur.