From b2c9f0ce466afa72db016718773fd28e71cebdb0 Mon Sep 17 00:00:00 2001 From: Kyrch Date: Thu, 3 Oct 2024 23:27:25 -0300 Subject: [PATCH] fix: fixed typo (#105) --- docs/wiki/artistsong/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/wiki/artistsong/index.md b/docs/wiki/artistsong/index.md index 97913c0..91b7434 100644 --- a/docs/wiki/artistsong/index.md +++ b/docs/wiki/artistsong/index.md @@ -14,8 +14,8 @@ An artist song API resource represents the association between an artist and an | :--------: | :-----: | :------: | :-----: | :------------------------------------------------------------- | | created_at | Date | No | No | The date that the resource was created | | updated_at | Date | No | No | The date that the resource was last modified | -| as | String | Yes | Yes | Used to distinguish a performance by alias | -| as | String | Yes | Yes | Used to distinguish a performance by character | +| alias | String | Yes | Yes | Used to distinguish a performance by alias | +| as | String | Yes | Yes | Used to distinguish a performance by character | ## Allowed Include Paths