diff --git a/content/docs/BestPractices/api-page/index.md b/content/docs/BestPractices/api-page/index.md index b541fe10..b1dc4488 100644 --- a/content/docs/BestPractices/api-page/index.md +++ b/content/docs/BestPractices/api-page/index.md @@ -179,8 +179,8 @@ layout { repeater(records) { - field(id; SystemId) { } - field(lastModifiedDateTime; SystemModifiedAt) { } + field(id; Rec.SystemId) { } + field(lastModifiedDateTime; Rec.SystemModifiedAt) { } } } }