diff options
Diffstat (limited to 'files/ru/web/api/response')
-rw-r--r-- | files/ru/web/api/response/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/response/response/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/api/response/index.html b/files/ru/web/api/response/index.html index 969c6d288f..008dd36243 100644 --- a/files/ru/web/api/response/index.html +++ b/files/ru/web/api/response/index.html @@ -148,7 +148,7 @@ doAjax().then(console.log).catch(console.log); -<p>{{Compat("api.Response")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/response/response/index.html b/files/ru/web/api/response/response/index.html index 4f5c98692b..ddae84b4a2 100644 --- a/files/ru/web/api/response/response/index.html +++ b/files/ru/web/api/response/response/index.html @@ -57,7 +57,7 @@ var myResponse = new Response(myBlob,init);</pre> -<p>{{Compat("api.Response.Response")}}</p> +<p>{{Compat}}</p> <h2 id="Читай_также">Читай также</h2> |