diff options
Diffstat (limited to 'files/tr/web')
-rw-r--r-- | files/tr/web/html/element/aside/index.html | 2 | ||||
-rw-r--r-- | files/tr/web/http/status/index.html | 2 | ||||
-rw-r--r-- | files/tr/web/javascript/reference/global_objects/array/findindex/index.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/files/tr/web/html/element/aside/index.html b/files/tr/web/html/element/aside/index.html index 64b2e421cd..0086628d72 100644 --- a/files/tr/web/html/element/aside/index.html +++ b/files/tr/web/html/element/aside/index.html @@ -93,7 +93,7 @@ original_slug: HTML/Element/aside <h2 id="Tarayıcı_uyumluluğu">Tarayıcı uyumluluğu</h2> -<p>{{Uyumluluk Tablosu}}</p> +<p>{{CompatibilityTable}}</p> <div id="compat-desktop"> <table class="compat-table"> diff --git a/files/tr/web/http/status/index.html b/files/tr/web/http/status/index.html index 7bf9ebb9e9..68c768ecc5 100644 --- a/files/tr/web/http/status/index.html +++ b/files/tr/web/http/status/index.html @@ -36,7 +36,7 @@ translation_of: Web/HTTP/Status <dt>{{HTTPStatus(102, "102 Processing")}} ({{Glossary("WebDAV")}}) - "102 İşleniyor" - Sözlük("WebDAV") </dt> <dd>Bu kod sunucunun isteği aldığını ve işlemekte olduğunu ancak henüz yanıt vermediğini bildirir.<br> <strong>WebDAV(Web Distributed Authoring and Versioning</strong><strong>):</strong> World Wide Web sunucularında depolanmış belge ve dosyaları düzenleme ve yönetmede kullanıcılar arasında iş birliğini kolaylaştıran bir Hiper Metin Aktarım Protokolü uzantısıdır.</dd> - <dt>{{HTTPStatus(103, 103 Early Hints")}} -"103 Ön İpucu"</dt> + <dt>{{HTTPStatus(103, "103 Early Hints")}} -"103 Ön İpucu"</dt> <dd>Bu durum kodunun esas olarak {{HTTPHeader ("Link")}} başlığıyla kullanılması amaçlanmıştır ve sunucu bir yanıt hazırlarken kullanıcı aracısının kaynakları <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Preloading_content">önyüklemeye</a> başlamasını sağlar.</dd> </dl> diff --git a/files/tr/web/javascript/reference/global_objects/array/findindex/index.html b/files/tr/web/javascript/reference/global_objects/array/findindex/index.html index 409222cf45..8933892986 100644 --- a/files/tr/web/javascript/reference/global_objects/array/findindex/index.html +++ b/files/tr/web/javascript/reference/global_objects/array/findindex/index.html @@ -13,7 +13,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Array/findIndex <div> </div> -<p>Ayrıca, dizinde bulunan dizinin yerine bulunan bir öğenin değerini döndüren {{jsx ref ("Array.find", "find ()")}} yöntemine de bakın.</p> +<p>Ayrıca, dizinde bulunan dizinin yerine bulunan bir öğenin değerini döndüren {{jsxref ("Array.find", "find ()")}} yöntemine de bakın.</p> <h2 id="Syntax">Syntax</h2> |