Skip to content

Commit 7f3d7f5

Browse files
committed
fixed typo
1 parent 8eedcc7 commit 7f3d7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/api-template.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{% if method.disabled %}
1212
<li class="warning"><strong><small>Disabled</small></strong></li>
1313
{% endif %}
14-
{% assign keywords = method.api_method | split: '.' | split: '_' | join: ' ' | last | keywordify | escape %}
14+
{% assign keywords = method.api_method | split: '.' | last | split: '_' | join: ' ' | keywordify | escape %}
1515
{% assign search_url = '/search/?q=' | append: keywords %}
1616
<li class="info"><strong><small><a href="{{ search_url | relative_url }}">Related <i class="fas fa-search fa-xs"></i></a></small></strong></li>
1717

0 commit comments

Comments
 (0)