docs: improve wording in Typer section

This commit is contained in:
Malak khoder 2025-12-14 21:59:02 +02:00
parent 05a3849e80
commit 4a64741b6a
1 changed files with 3 additions and 1 deletions

View File

@ -123,7 +123,9 @@ The key features are:
If you are building a <abbr title="Command Line Interface">CLI</abbr> app to be used in the terminal instead of a web API, check out <a href="https://typer.tiangolo.com/" class="external-link" target="_blank">**Typer**</a>.
**Typer** is FastAPI's little sibling. And it's intended to be the **FastAPI of CLIs**. ⌨️ 🚀
**Typer** is FastAPI's little sibling, intended to be the **FastAPI of CLIs**.
🚀
## Requirements { #requirements }