Skip to content

Commit dfea78b

Browse files
committed
Add end dot to comment
1 parent 4020cb3 commit dfea78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/block-library/src/terms-query/inspector-controls/max-terms-controls.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
export default function PaginationControl( { attributes, setQuery } ) {
1111
const { termQuery } = attributes;
1212

13-
// Only show pagination control when not hierarchical
13+
// Only show pagination control when not hierarchical.
1414
if ( termQuery.hierarchical ) {
1515
return null;
1616
}

0 commit comments

Comments
 (0)