docs: fixed variable name (#239)

This commit is contained in:
arthurfiorette 2022-05-15 18:46:16 -03:00
parent 77adcaff9b
commit e97a51585a
No known key found for this signature in database
GPG Key ID: 9D190CD53C53C555

View File

@ -78,6 +78,6 @@ const generator = buildKeyGenerator(({ headers = {} }) => {
});
const axios = mockAxios({
generateKey: keyGenerator
generateKey: generator
});
```