@@ -81,7 +81,7 @@ React hook that returns the t function
8181
8282Params | Type | Description | Required
8383---- | ---- | ---- | ----
84- basePath | string | translation basepath used to identify all the next requested translations | no
84+ basePath | string | translation base path used to identify all the next requested translations | no
8585
8686### withTranslation(component, basePath)
8787
@@ -90,7 +90,7 @@ HOC that injects the translation function into the component
9090Params | Type | Description | Required
9191---- | ---- | ---- | ----
9292component | React Component | React component that requires the translation function | yes
93- basePath | string | translation basepath used to identify all the next requested translations | no
93+ basePath | string | translation base path used to identify all the next requested translations | no
9494
9595## Translation Method
9696
@@ -101,7 +101,7 @@ Returns the translation for the requested path
101101Params | Type | Description | Required
102102---- | ---- | ---- | ----
103103path | string | translation path that identifies the text | yes
104- params | object | {'param': 'value', ...} each param will be set on the string in its correct location | no
104+ params | object | {'param': 'value', ...} each parameter will be set on the string in its correct location | no
105105
106106## Exported Methods
107107
@@ -150,4 +150,4 @@ Returns the translation for the requested path
150150Params | Type | Description | Required
151151---- | ---- | ---- | ----
152152path | string | translation path that identifies the text | yes
153- params | object | {'param': 'value', ...} each param will be set on the string in its correct location | no
153+ params | object | {'param': 'value', ...} each parameter will be set on the string in its correct location | no
0 commit comments