diff --git a/content/2025/docs/03_frontend/05_typescript/01_intro-typescript/_index.md b/content/2025/docs/03_frontend/05_typescript/01_intro-typescript/_index.md index 9ad47b7d9c..3a603eb814 100644 --- a/content/2025/docs/03_frontend/05_typescript/01_intro-typescript/_index.md +++ b/content/2025/docs/03_frontend/05_typescript/01_intro-typescript/_index.md @@ -225,5 +225,5 @@ Konsolenausgabe des Beispiels: Slithering... Sammy the Python moved 5m. Galloping... -Tom the Palomino moved 34m. +Tom the Palomino moved 35m. ``` diff --git a/content/2025/docs/03_frontend/06_angular/02_3_components/_index.md b/content/2025/docs/03_frontend/06_angular/02_3_components/_index.md index f13738307d..a24ec38c54 100644 --- a/content/2025/docs/03_frontend/06_angular/02_3_components/_index.md +++ b/content/2025/docs/03_frontend/06_angular/02_3_components/_index.md @@ -69,4 +69,4 @@ Nachdem man den Component erstellt hat, kann man ihn im Template eines anderen C ``` -Das Ergebnis ist, dass die `` Tags durch das gerenderte Template des `GreetingComponent` ersetzt werden. In diesem Fall wird eine Überschrift "Hello, John!" angezeigt, weil `name` im Typescript auf "John" gesetzt ist. +Das Ergebnis ist, dass die `` Tags durch das gerenderte Template des `GreetingComponent` ersetzt werden. In diesem Fall wird eine Überschrift "Hello, Dragon Warrior!" angezeigt, weil `name` im Typescript auf "Dragon Warrior" gesetzt ist.