Skip to content

Commit 0d17b53

Browse files
committed
docs: fix dot
1 parent 0b2e5f5 commit 0d17b53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/definitions/hacker.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ export type HackerDefinitions = LocaleEntry<{
2626

2727
/**
2828
* Some phrases that will be injected with random hacker words.
29-
* May use any of the HackerDefinition keys wrapped in double braces.
30-
* (e.g. `I'm {{ingverb}} {{adjective}} {{noun}}` ).
29+
* May use any of the HackerDefinition keys wrapped in double braces
30+
* (e.g. `I'm {{ingverb}} {{adjective}} {{noun}}`).
3131
*
3232
* @see Helpers.mustache()
3333
*/

0 commit comments

Comments
 (0)