Skip to content

Commit bf19b77

Browse files
fix typo (#199)
Signed-off-by: barbeque-squared <barbeque.squared@gmail.com>
1 parent 216fe18 commit bf19b77

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

types/index.d.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ declare module 'fastify' {
4343

4444
/**
4545
* Return the first accepted language. If nothing in `languages` is accepted, then `false` is returned.
46-
* If no languaes are supplied, all accepted languages are returned, in the order of the client's preference
46+
* If no languages are supplied, all accepted languages are returned, in the order of the client's preference
4747
* (most preferred first).
4848
*/
4949
language(): string[];
@@ -52,7 +52,7 @@ declare module 'fastify' {
5252

5353
/**
5454
* Return the first accepted language. If nothing in `languages` is accepted, then `false` is returned.
55-
* If no languaes are supplied, all accepted languages are returned, in the order of the client's preference
55+
* If no languages are supplied, all accepted languages are returned, in the order of the client's preference
5656
* (most preferred first).
5757
*/
5858
languages(): string[];
@@ -61,7 +61,7 @@ declare module 'fastify' {
6161

6262
/**
6363
* Return the first accepted language. If nothing in `languages` is accepted, then `false` is returned.
64-
* If no languaes are supplied, all accepted languages are returned, in the order of the client's preference
64+
* If no languages are supplied, all accepted languages are returned, in the order of the client's preference
6565
* (most preferred first).
6666
*/
6767
lang(): string[];
@@ -70,7 +70,7 @@ declare module 'fastify' {
7070

7171
/**
7272
* Return the first accepted language. If nothing in `languages` is accepted, then `false` is returned.
73-
* If no languaes are supplied, all accepted languages are returned, in the order of the client's preference
73+
* If no languages are supplied, all accepted languages are returned, in the order of the client's preference
7474
* (most preferred first).
7575
*/
7676
langs(): string[];

0 commit comments

Comments
 (0)