Skip to content

Commit 44e6681

Browse files
fix: translation typo (#251)
* [Fixed] Fix typo * [Fixed] Typo --------- Co-authored-by: Jay <[email protected]>
1 parent 5e58d5a commit 44e6681

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

posts/en/req_config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ These are the available config options for making requests. Only the `url` is re
183183
// `signal` and instance of AbortController can be used to cancel the request
184184
signal: new AbortController().signal,
185185

186-
// (Deprecatred) `cancelToken` specifies a cancel token that can also be used to cancel the request
186+
// (Deprecated) `cancelToken` specifies a cancel token that can also be used to cancel the request
187187
// (see Cancellation section below for details)
188188
cancelToken: new CancelToken(function (cancel) {
189189
}),

posts/en/translating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ const langs = [
4444

4545
Now, you can begin translating the files. Copy the folder `posts/en` into a new folder `posts/{language-shortcut}` and translate all the files (don't translate the filenames, of course).
4646

47-
If you hit any problems, feel free to [create and issue](https://github.com/axios/axios-docs/issues/new/choose).
47+
If you hit any problems, feel free to [create an issue](https://github.com/axios/axios-docs/issues/new/choose).

0 commit comments

Comments
 (0)