From 3c3c7690ddcc062ab303ab4f6c461e9bf120c02f Mon Sep 17 00:00:00 2001 From: Florent Drousset Date: Tue, 16 Sep 2025 21:23:15 +0200 Subject: [PATCH] doc: fix small typo Corrected the phrasing from "Checkout" to "Check out" for clarity. ("to check something out", in this case the code, VS "checkout" as the place where someone pays for their purchases) --- symfony/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/index.md b/symfony/index.md index 1333f139cec..fbf3ca9f404 100644 --- a/symfony/index.md +++ b/symfony/index.md @@ -815,7 +815,7 @@ Keep in mind that you can use your favorite client-side technology: API Platform requests is OK (even COBOL can do that). To go further, the API Platform team maintains a demo application showing more advanced use cases like leveraging serialization -groups, user management, or JWT and OAuth authentication. [Checkout the demo code source on GitHub](https://github.com/api-platform/demo) +groups, user management, or JWT and OAuth authentication. [Check out the demo code source on GitHub](https://github.com/api-platform/demo) and [browse it online](https://demo.api-platform.com). ## Screencasts