diff --git a/router/src/main/java/de/ozgcloud/eingang/router/GrpcClientsProperties.java b/router/src/main/java/de/ozgcloud/eingang/router/GrpcClientsProperties.java
index 3f308dd3d9173e02b78ec94966f615ea9398bd98..376bdc14c6f6a70064f78e64e860b3642404c3e7 100644
--- a/router/src/main/java/de/ozgcloud/eingang/router/GrpcClientsProperties.java
+++ b/router/src/main/java/de/ozgcloud/eingang/router/GrpcClientsProperties.java
@@ -48,7 +48,7 @@ public class GrpcClientsProperties {
 	static class ClientProperty {
 		@NotEmpty
 		private String address;
-		private String negotationType = "TLS";
+		private String negotiationType = "TLS";
 	}
 
 }