diff --git a/packages/core/docs/guide/checkout.md b/packages/core/docs/guide/checkout.md index 05f0ad0b09..b481f2dda7 100644 --- a/packages/core/docs/guide/checkout.md +++ b/packages/core/docs/guide/checkout.md @@ -32,7 +32,7 @@ export default { ``` `shipping` property returns `null` if the `load` function was not invoked or nothing is saved. -You can use `save` method to save shipping details so they are available next time you `load` them. +You can use the `save` method to save shipping details so they are available next time you `load` them. ```vue{2,15,24}