@@ -238,7 +238,7 @@ $t(key: Path, plural: number): string;
238238```
239239
240240:::tip NOTE
241- Supported for **Commposition API mode only **.
241+ Supported for **Composition API mode only **.
242242:::
243243
244244**Details **
@@ -265,7 +265,7 @@ $t(key: Path, plural: number, options: TranslateOptions): string;
265265```
266266
267267:::tip NOTE
268- Supported for **Commposition API mode only **.
268+ Supported for **Composition API mode only **.
269269:::
270270
271271**Details **
@@ -293,7 +293,7 @@ $t(key: Path, defaultMsg: string): string;
293293```
294294
295295:::tip NOTE
296- Supported for **Commposition API mode only **.
296+ Supported for **Composition API mode only **.
297297:::
298298
299299**Details **
@@ -320,7 +320,7 @@ $t(key: Path, defaultMsg: string, options: TranslateOptions): string;
320320```
321321
322322:::tip NOTE
323- Supported for **Commposition API mode only **.
323+ Supported for **Composition API mode only **.
324324:::
325325
326326**Details **
@@ -371,7 +371,7 @@ $t(key: Path, list: unknown[], plural: number): string;
371371```
372372
373373:::tip NOTE
374- Supported for **Commposition API mode only **.
374+ Supported for **Composition API mode only **.
375375:::
376376
377377**Details **
@@ -399,7 +399,7 @@ $t(key: Path, list: unknown[], defaultMsg: string): string;
399399```
400400
401401:::tip NOTE
402- Supported for **Commposition API mode only **.
402+ Supported for **Composition API mode only **.
403403:::
404404
405405**Details **
@@ -427,7 +427,7 @@ $t(key: Path, list: unknown[], options: TranslateOptions): string;
427427```
428428
429429:::tip NOTE
430- Supported for **Commposition API mode only **.
430+ Supported for **Composition API mode only **.
431431:::
432432
433433**Details **
@@ -478,7 +478,7 @@ $t(key: Path, named: NamedValue, plural: number): string;
478478```
479479
480480:::tip NOTE
481- Supported for **Commposition API mode only **.
481+ Supported for **Composition API mode only **.
482482:::
483483
484484**Details **
@@ -506,7 +506,7 @@ $t(key: Path, named: NamedValue, defaultMsg: string): string;
506506```
507507
508508:::tip NOTE
509- Supported for **Commposition API mode only **.
509+ Supported for **Composition API mode only **.
510510:::
511511
512512**Details **
@@ -534,7 +534,7 @@ $t(key: Path, named: NamedValue, options: TranslateOptions): string;
534534```
535535
536536:::tip NOTE
537- Supported for **Commposition API mode only **.
537+ Supported for **Composition API mode only **.
538538:::
539539
540540**Details **
0 commit comments