Skip to content

Commit 59f28e1

Browse files
marktinsleyyyx990803
authored andcommitted
"anyway" vs "any way" (#178)
"we can format it any way we want."
1 parent 379000d commit 59f28e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/middlewares.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const logger = createLogger({
7474
},
7575
mutationTransformer (mutation) {
7676
// mutations are logged in the format of { type, payload }
77-
// we can format it anyway we want.
77+
// we can format it any way we want.
7878
return mutation.type
7979
}
8080
})

0 commit comments

Comments
 (0)