diff --git a/docs/content/guides/2.alokai-essentials/3.alokai-nuxt/8.add-to-cart.md b/docs/content/guides/2.alokai-essentials/3.alokai-nuxt/8.add-to-cart.md index 5cb1f1e943..ac573797a5 100644 --- a/docs/content/guides/2.alokai-essentials/3.alokai-nuxt/8.add-to-cart.md +++ b/docs/content/guides/2.alokai-essentials/3.alokai-nuxt/8.add-to-cart.md @@ -7,7 +7,7 @@ navigation: # Add Product to Cart -Just getting the data from the API is not enough. Ecommerce websites are feature rich and one of the most important features is the ability to add products to the cart. In this guide, we will learn how to add products to the cart in Alokai Next.js application. +Just getting the data from the API is not enough. Ecommerce websites are feature rich and one of the most important features is the ability to add products to the cart. In this guide, we will learn how to add products to the cart in Alokai Nuxt application. ## Create useCart composable