aboutsummaryrefslogtreecommitdiff
path: root/files/ko/mdn/tools
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-27 13:17:06 -0400
committerGitHub <noreply@github.com>2021-07-27 13:17:06 -0400
commit2f530bed8ebb6853b8c033979ef956575100bdf4 (patch)
treeaada0a33b9db7b4d69f5165f479b89b830e1afa8 /files/ko/mdn/tools
parent1fef15f08f6d16b320c6d36e9c359be0dae917a6 (diff)
downloadtranslated-content-2f530bed8ebb6853b8c033979ef956575100bdf4.tar.gz
translated-content-2f530bed8ebb6853b8c033979ef956575100bdf4.tar.bz2
translated-content-2f530bed8ebb6853b8c033979ef956575100bdf4.zip
remove link 'title' attributes that's just the 'href' (ko, part 3) (#1742)
Diffstat (limited to 'files/ko/mdn/tools')
-rw-r--r--files/ko/mdn/tools/kumascript/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ko/mdn/tools/kumascript/index.html b/files/ko/mdn/tools/kumascript/index.html
index 329f2b3762..7ff2addc4c 100644
--- a/files/ko/mdn/tools/kumascript/index.html
+++ b/files/ko/mdn/tools/kumascript/index.html
@@ -203,7 +203,7 @@ Hello #2</pre>
<h4 id="Built-in_methods">Built-in methods</h4>
-<p>This manually-maintained documentation is likely to fall out of date with the code. With that in mind, <a class="link-https" href="https://github.com/mdn/kumascript/blob/master/lib/kumascript/api.js#L175" title="https://github.com/mdn/kumascript/blob/master/lib/kumascript/api.js#L208">you can always check out the latest state of built-in APIs in the KumaScript source</a>. But here is a selection of useful methods exposed to templates:</p>
+<p>This manually-maintained documentation is likely to fall out of date with the code. With that in mind, <a class="link-https" href="https://github.com/mdn/kumascript/blob/master/lib/kumascript/api.js#L175">you can always check out the latest state of built-in APIs in the KumaScript source</a>. But here is a selection of useful methods exposed to templates:</p>
<dl>
<dt><code class="language-javascript">md5(string)</code></dt>
@@ -224,7 +224,7 @@ Hello #2</pre>
<dt><code class="language-javascript">cacheFn(key, timeout, function_to_cache)</code></dt>
<dd>Using the given key and cache entry lifetime, cache the results of the given function. Honors the value of <code>env.cache_control</code> to invalidate cache on <code>no-cache</code>, which can be sent by a logged-in user hitting shift-refresh.</dd>
<dt><code class="language-javascript">request</code></dt>
- <dd>Access to <a class="link-https" href="https://github.com/mikeal/request" title="https://github.com/mikeal/request"><code>mikeal/request</code></a>, a library for making HTTP requests. Using this module in KumaScript templates is not yet very friendly, so you may want to wrap usage in module APIs that simplify things.</dd>
+ <dd>Access to <a class="link-https" href="https://github.com/mikeal/request"><code>mikeal/request</code></a>, a library for making HTTP requests. Using this module in KumaScript templates is not yet very friendly, so you may want to wrap usage in module APIs that simplify things.</dd>
<dt><code class="language-javascript">log.debug(string)</code></dt>
<dd>Outputs a debug message into the script log on the page (i.e. the big red box that usually displays errors).</dd>
</dl>