Sfoglia il codice sorgente

"anyway" vs "any way" (#178)

"we can format it any way we want."
Mark Tinsley 9 anni fa
parent
commit
59f28e1cb5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      docs/en/middlewares.md

+ 1 - 1
docs/en/middlewares.md

@@ -74,7 +74,7 @@ const logger = createLogger({
   },
   },
   mutationTransformer (mutation) {
   mutationTransformer (mutation) {
     // mutations are logged in the format of { type, payload }
     // mutations are logged in the format of { type, payload }
-    // we can format it anyway we want.
+    // we can format it any way we want.
     return mutation.type
     return mutation.type
   }
   }
 })
 })