diff --git a/www/docs/API/provider.md b/www/docs/API/provider.md index 3c4c610c1..3b21aadcd 100644 --- a/www/docs/API/provider.md +++ b/www/docs/API/provider.md @@ -259,12 +259,12 @@ The options for the provider depend on the network. The structure of the options - options.**baseUrl** - Base URL of the network - options.**feederGatewayUrl** - Feeder Gateway Endpoint of the network - options.**gatewayUrl** - Gateway Endpoint -- options.**headers** - [Optional] custom fecth headers +- options.**headers** - [Optional] custom fetch headers or - options.**network** - Either 'mainnet-alpha' or 'goerli-alpha' -- options.**headers** - [Optional] custom fecth headers +- options.**headers** - [Optional] custom fetch headers Example: @@ -398,7 +398,7 @@ Gets the transaction trace from a tx hash. `new starknet.RpcProvider(options)` - options.**nodeUrl** - Starknet RPC node url -- options.**headers** - [Optional] custom fecth headers +- options.**headers** - [Optional] custom fetch headers - options.**retries** - [Optional] wait for transaction max retries Example: