diff --git a/alfa-client/apps/alfa-e2e/src/helper/forwarding/forwarding.helper.ts b/alfa-client/apps/alfa-e2e/src/helper/forwarding/forwarding.helper.ts
index 218fd6e7140255e57d51924766bc47242c33dffc..408faf920fba169b3a69908575d7d422e2cf743d 100644
--- a/alfa-client/apps/alfa-e2e/src/helper/forwarding/forwarding.helper.ts
+++ b/alfa-client/apps/alfa-e2e/src/helper/forwarding/forwarding.helper.ts
@@ -9,7 +9,7 @@ export class E2EForwardingHelper {
     this.navigator.openForwardDialog(vorgangName);
   }
 
-  public forwardTo(orgnisationsEinheit: string): void {
-    this.executor.fillForwardingDialog(orgnisationsEinheit);
+  public forwardTo(organisationsEinheit: string): void {
+    this.executor.fillForwardingDialog(organisationsEinheit);
   }
 }