Skip to content

Commit

Permalink
Fix url component in urlWithTrackingParams doc (#2479)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyadsl authored Sep 3, 2024
1 parent 32c82bb commit 651c975
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/skeleton/app/lib/search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ interface UrlWithTrackingParams {

/**
* A utility function that appends tracking parameters to a URL. Tracking parameters are
* used internally by shopify to enhance search results and admin dashboards.
* used internally by Shopify to enhance search results and admin dashboards.
* @example
* ```ts
* const url = 'www.example.com';
* const baseUrl = 'www.example.com';
* const trackingParams = 'utm_source=shopify&utm_medium=shopify_app&utm_campaign=storefront';
* const params = { foo: 'bar' };
* const term = 'search term';
Expand Down

0 comments on commit 651c975

Please sign in to comment.