From 83b8835c45b134f21b3b3b5ca5b2c168ced73cc3 Mon Sep 17 00:00:00 2001 From: Victor Mamede <58049412+victormamede@users.noreply.github.com> Date: Tue, 1 Mar 2022 23:50:06 -0300 Subject: [PATCH] Fixed small typo --- customization/api_v2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customization/api_v2.md b/customization/api_v2.md index b3402ca..18a359f 100644 --- a/customization/api_v2.md +++ b/customization/api_v2.md @@ -13,7 +13,7 @@ description: >- ### Customizing JSON response -Spree uses J[SON API serializers](https://github.com/jsonapi-serializer/jsonapi-serializer) to represent data returned by API endpoints. +Spree uses [JSON API serializers](https://github.com/jsonapi-serializer/jsonapi-serializer) to represent data returned by API endpoints. You can easily swap OOTB Spree serializers with your own thanks to [Spree Dependencies](dependencies.md).