Skip to content

Commit 4e3954d

Browse files
committed
docs(readme): remove unnecessary bracket
1 parent b729a7e commit 4e3954d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ axios.post('http://example.com', form, {
241241
...formHeaders,
242242
},
243243
})
244-
.then((response) => response)
244+
.then(response => response)
245245
.catch(error => error)
246246
```
247247

0 commit comments

Comments
 (0)