Skip to content

Commit f745206

Browse files
shiroyuki2fd
authored andcommitted
Changed the title from "Require by" to "Required by" (#46)
1 parent a5bbc7b commit f745206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/document.require-by/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export default class RequireByPlugin extends Plugin implements PluginInterface {
131131
let used = new Set();
132132

133133
return [{
134-
title: 'Require by',
134+
title: 'Required by',
135135
description: '<ul class="require-by">' +
136136
requireBy
137137
.filter((t) => {

0 commit comments

Comments
 (0)