diff --git a/content/en/content-management/content-adapters.md b/content/en/content-management/content-adapters.md index 02c6d3af6..4f9a486c8 100644 --- a/content/en/content-management/content-adapters.md +++ b/content/en/content-management/content-adapters.md @@ -135,7 +135,7 @@ Key|Descripion|Required `dates.publishDate`|The page publication date as a `time.Time` value.|  `kind`|The [page kind]. Default is `page`.|  `params`|A map of page parameters.|  -`path`|The page's [logical path] relative to the content adapter. Do not include a leading slash.|:heavy_check_mark: +`path`|The page's [logical path] relative to the content adapter. Do not include a leading slash or file extension.|:heavy_check_mark: `title`|The page title.|  {{% note %}}