@@ -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