diff --git a/tr/invertex.md b/tr/invertex.md
index 3b421afe4452a88550665381d8310a03d43e64a8..bdadef734fe90811f2bec98ae2947943488f183c 100644
--- a/tr/invertex.md
+++ b/tr/invertex.md
@@ -1,6 +1,6 @@
-Valid on frames: **Edge**
+Çerçeveler için geçerlidir: **Edge**
 
-Allowed prefixes when operation is AUTO: `get`
+İşlem otomatik olduğunda izin verilen önekler: `get`
 
 The `@InVertex` takes no parameters and is used only on get methods that themself take no parameters. It specifies the `VertexFrame` at the head of an edge.
 
@@ -11,17 +11,17 @@ example:
 //Method declared here
 ```
 
-## GET Operation
+## İŞLEM alma
 
-Valid method signatures: `( )`
+Geçerli yöntem imzaları: `( )`
 
-### Signature: `( )`
+### İmza: `( )`
 
-Valid return types: `VertexFrame`.
+Geçerli dönüş tipleri: `VertexFrame`.
 
-Get the head vertex of the edge.
+Kenarın baş kısmını alın.
 
-example:
+örnek:
 
 ```java
 @InVertex