diff --git a/_i18n/en/resources/developer-guides/wallet-rpc.md b/_i18n/en/resources/developer-guides/wallet-rpc.md
index 7d0ee5ebe7fe5fd127a7eca9f8cc65ecdc0fca94..a3d05df92b4bf9dfc1d1cc59cb2e92e9e432f551 100644
--- a/_i18n/en/resources/developer-guides/wallet-rpc.md
+++ b/_i18n/en/resources/developer-guides/wallet-rpc.md
@@ -1,4 +1,4 @@
-{% assign version = '2.2.0' | split: '.' %}
+{% assign version = '2.3.0' | split: '.' %}
 {% include disclaimer.html translated="true" version=page.version %}
 ## Introduction
 
@@ -1729,14 +1729,14 @@ Alias: *None*.
 
 Inputs:
 
-* *in* - boolean; (Optional) Include incoming transfers.
-* *out* - boolean; (Optional) Include outgoing transfers.
-* *pending* - boolean; (Optional) Include pending transfers.
-* *failed* - boolean; (Optional) Include failed transfers.
-* *pool* - boolean; (Optional) Include transfers from the daemon's transaction pool.
+* *in* - boolean; (defaults to false) Include incoming transfers.
+* *out* - boolean; (defaults to false) Include outgoing transfers.
+* *pending* - boolean; (defaults to false) Include pending transfers.
+* *failed* - boolean; (defaults to false) Include failed transfers.
+* *pool* - boolean; (defaults to false) Include transfers from the daemon's transaction pool.
 * *filter_by_height* - boolean; (Optional) Filter transfers by block height.
 * *min_height* - unsigned int; (Optional) Minimum block height to scan for transfers, if filtering by height is enabled.
-* *max_height* - unsigned int; (Opional) Maximum block height to scan for transfers, if filtering by height is enabled (defaults to max block height).
+* *max_height* - unsigned int; (Optional) Maximum block height to scan for transfers, if filtering by height is enabled (defaults to max block height).
 * *account_index* - unsigned int; (Optional) Index of the account to query for transfers. (defaults to 0)
 * *subaddr_indices* - array of unsigned int; (Optional) List of subaddress indices to query for transfers. (Defaults to empty - all indices)
 
@@ -2731,4 +2731,4 @@ $ curl -X POST http://localhost:18082/json_rpc -d '{"jsonrpc":"2.0","id":"0","me
     "version": 65539
   }
 }
-```
\ No newline at end of file
+```