diff --git a/fern/03-reference/baml/prompt-syntax/role.mdx b/fern/03-reference/baml/prompt-syntax/role.mdx index 1221a87b34..cb8b2548c4 100644 --- a/fern/03-reference/baml/prompt-syntax/role.mdx +++ b/fern/03-reference/baml/prompt-syntax/role.mdx @@ -76,7 +76,7 @@ template_string YouAreA(name: string, job: string) #" function CheckJobPosting(post: string) -> bool { client GPT4o prompt #" - {{ YouAreA("hr admin", "You're role is to ensure every job posting is bias free.") }} + {{ YouAreA("hr admin", "Your role is to ensure every job posting is bias free.") }} {{ post }} "#