docs : fix typos in CUDA-FEDORA.md and grammars/README.md (#24459)

This commit is contained in:
Mohammad Athar
2026-06-15 01:33:38 +08:00
committed by GitHub
parent 20c5266f8a
commit 8edaca9034
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -233,7 +233,7 @@ And a non-exhaustive list of other unsupported features that are unlikely to be
> [!WARNING]
> The JSON schemas spec states `object`s accept [additional properties](https://json-schema.org/understanding-json-schema/reference/object#additionalproperties) by default.
> Since this is slow and seems prone to hallucinations, we default to no additional properties.
> You can set `"additionalProperties": true` in the the schema of any object to explicitly allow additional properties.
> You can set `"additionalProperties": true` in the schema of any object to explicitly allow additional properties.
If you're using [Pydantic](https://pydantic.dev/) to generate schemas, you can enable additional properties with the `extra` config on each model class: