Skip to content

Commit 6b7a115

Browse files
committed
Fix naming typo
1 parent a77f9cb commit 6b7a115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/_methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ The `callback` function you specify is called with a single parameter, which is
286286
* Initial HTML Element where your markup can be inserted. You can modify this element or insert other content inside of it.
287287
* @type {HTMLElement} el
288288

289-
* A unique ID for the location where your content will be inserted (either 'gallery' or 'photoswipe'). There are two insert locations on the Vehicle Details page. If your code requires a unique location on the page by ID (some video players may require this), you can add the `locationId` value to your target ID to make them unique.
289+
* A unique ID for the location where your content will be inserted (either 'carousel' or 'photoswipe'). There are two insert locations on the Vehicle Details page. If your code requires a unique location on the page by ID (some video players may require this), you can add the `locationId` value to your target ID to make them unique.
290290
* @type {string} locationId
291291

292292
* The available width for your target location. This can be useful when constructing iframes to insert, etc.

0 commit comments

Comments
 (0)