[docs] fix unintentional misspellings (#33863)

Signed-off-by: rinbaro <ilgomishra@gmail.com>
This commit is contained in:
rinbaro
2026-02-04 20:50:59 -08:00
committed by GitHub
parent add9f1fbd9
commit 007b183d74
3 changed files with 3 additions and 3 deletions

View File

@@ -739,7 +739,7 @@ Each [PromptUpdate][vllm.multimodal.processing.PromptUpdate] instance specifies
```
However, this is not entirely correct. After `FuyuImageProcessor.preprocess_with_tokenizer_info` is called,
a BOS token (`<s>`) is also added to the promopt:
a BOS token (`<s>`) is also added to the prompt:
??? code