diff --git a/tr/outvertex.md b/tr/outvertex.md
index 9ea65839fa9d06d9c5815aeb78e0bca2647e59b1..21cbc8193891a1177afec521014b8dcb00271366 100644
--- a/tr/outvertex.md
+++ b/tr/outvertex.md
@@ -1,17 +1,17 @@
-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 `@OutVertex` takes no parameters and is used only on get methods that themself take no parameters. It specifies the `VertexFrame` at the tail of an edge.
 
-example:
+örnek:
 
 ```java
 @OutVertex
 //Method declared here
 ```
 
-## GET Operation
+## İŞLEM alma
 
 Valid method signatures: `( )`