Skip to content

Commit 95a3944

Browse files
authored
Docs: Fix typo in comment (#263)
1 parent 15c4e78 commit 95a3944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ function generateTranslations(fields, presets, tstrings, searchableFieldIDs) {
500500
/**
501501
* @import * as Taginfo from 'taginfo-projects'
502502
*
503-
* this library doesn't follow the type-defintions strictly, it uses `string[]` instead
503+
* this library doesn't follow the type-definitions strictly, it uses `string[]` instead
504504
* of `string` for the description field.
505505
*
506506
* @typedef {Omit<Taginfo.Tag, "description"> & { description?: string[] }} TaginfoTag

0 commit comments

Comments
 (0)