aboutsummaryrefslogtreecommitdiff
path: root/files/tr/web
diff options
context:
space:
mode:
authorFlorian Dieminger <me@fiji-flo.de>2021-02-12 17:57:51 +0100
committerGitHub <noreply@github.com>2021-02-12 17:57:51 +0100
commitc749df57502fb5c01f79f36c0922652626785de3 (patch)
treecccc163b22a14e310cab7a72cf956ac353472732 /files/tr/web
parente8ef9c5dbb51fbacc788a6013845373cf85efd29 (diff)
parent296bb7859bcc5436d18653e168054c6e39030cd2 (diff)
downloadtranslated-content-c749df57502fb5c01f79f36c0922652626785de3.tar.gz
translated-content-c749df57502fb5c01f79f36c0922652626785de3.tar.bz2
translated-content-c749df57502fb5c01f79f36c0922652626785de3.zip
Merge pull request #63 from fiji-flo/fix-macros-1
Fix macros 1
Diffstat (limited to 'files/tr/web')
-rw-r--r--files/tr/web/html/element/aside/index.html2
-rw-r--r--files/tr/web/http/status/index.html2
-rw-r--r--files/tr/web/javascript/reference/global_objects/array/findindex/index.html2
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>