diff --git a/docs/_rpc/ns-debug.md b/docs/_rpc/ns-debug.md index 5956905aea..eca96b4246 100644 --- a/docs/_rpc/ns-debug.md +++ b/docs/_rpc/ns-debug.md @@ -676,7 +676,7 @@ specifies the options for this specific call. The possible options are: | Client | Method invocation | |:--------|----------------------------------------------------------------------------------------------| -| Go | `debug.TraceTransaction(txHash common.Hash, logger *vm.LogConfig) (*ExecutionResurt, error)` | +| Go | `debug.TraceTransaction(txHash common.Hash, logger *vm.LogConfig) (*ExecutionResult, error)` | | Console | `debug.traceTransaction(txHash, [options])` | | RPC | `{"method": "debug_traceTransaction", "params": [txHash, {}]}` |