diff --git a/tr/adjacency.md b/tr/adjacency.md
index 3bba2e2e111888c1b3e9030a04441a41a2cafdf2..4c5a8ff159200580161e4e70ab66c634b0692ab8 100644
--- a/tr/adjacency.md
+++ b/tr/adjacency.md
@@ -103,7 +103,7 @@ BarVertex includeFoobar(ClassInitializer<? extends BarVertex> vertexInitializer)
 
 Valid return types: `VertexFrame`
 
-Creates a new edge and connects this to a new vertex. The newly created vertex will have a type, as well as be initiated, according to the details specified in the first ClassInitializer argument. Similarly the newly created edge will hava a type, and be initiated, using the second ClassInitializer argument. Java generics can, and should, be used to narrow the return type.
+Yeni bir kenar oluşturur ve bunu yeni bir köşeye bağlar. The newly created vertex will have a type, as well as be initiated, according to the details specified in the first ClassInitializer argument. Similarly the newly created edge will hava a type, and be initiated, using the second ClassInitializer argument. Java generics can, and should, be used to narrow the return type.
 
 example: