Skip to content

Commit 3a67616

Browse files
authored
fix(docs): corrected mistype
1 parent 083c211 commit 3a67616

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_includes/options/data/ajax.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ <h3>
110110
page: params.page
111111
}
112112

113-
// Query paramters will be ?search=[term]&page=[page]
113+
// Query parameters will be ?search=[term]&page=[page]
114114
return query;
115115
}
116116
}
@@ -144,4 +144,4 @@ <h3>
144144
}
145145
});
146146
{% endhighlight %}
147-
</section>
147+
</section>

0 commit comments

Comments
 (0)