diff --git a/ShopifySharp/Services/MetaField/IMetaFieldService.cs b/ShopifySharp/Services/MetaField/IMetaFieldService.cs index 7ac29501..dbce6ec7 100644 --- a/ShopifySharp/Services/MetaField/IMetaFieldService.cs +++ b/ShopifySharp/Services/MetaField/IMetaFieldService.cs @@ -113,9 +113,9 @@ public interface IMetaFieldService : IShopifyService /// /// A new metafield. Id should be set to null. /// The Id of the resource the metafield will be associated with. This can be variants, products, orders, customers, custom_collections, etc. - /// The resource type the metaifeld will be associated with. This can be variants, products, orders, customers, custom_collections, etc. + /// The resource type the metafield will be associated with. This can be variants, products, orders, customers, custom_collections, etc. /// The Id of the parent resource the metafield will be associated with. This can be blogs, products. - /// The resource type the metaifeld will be associated with. This can be articles, variants. + /// The resource type the metafield will be associated with. This can be articles, variants. /// Cancellation Token Task CreateAsync(MetaField metafield, long resourceId, string resourceType, long parentResourceId, string parentResourceType, CancellationToken cancellationToken = default); @@ -124,7 +124,7 @@ public interface IMetaFieldService : IShopifyService /// /// A new metafield. Id should be set to null. /// The Id of the resource the metafield will be associated with. This can be variants, products, orders, customers, custom_collections, etc. - /// The resource type the metaifeld will be associated with. This can be variants, products, orders, customers, custom_collections, etc. + /// The resource type the metafield will be associated with. This can be variants, products, orders, customers, custom_collections, etc. /// Cancellation Token Task CreateAsync(MetaField metafield, long resourceId, string resourceType, CancellationToken cancellationToken = default); @@ -142,4 +142,4 @@ public interface IMetaFieldService : IShopifyService /// The metafield object's Id. /// Cancellation Token Task DeleteAsync(long metafieldId, CancellationToken cancellationToken = default); -} \ No newline at end of file +}