Skip to content

Commit

Permalink
add back ticks
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbonifacio committed Dec 19, 2024
1 parent 2e4cbc3 commit cf81c1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ When deploying your app to production, you need to [add the database connection

## Rename generated models and fields

To improve the ergonomics of your API, you might want to rename the generate fields or types to better accommodate your use case. Use the renameModels() and renameModelFields() modifiers to rename the auto-inferred data models and their fields
To improve the ergonomics of your API, you might want to rename the generate fields or types to better accommodate your use case. Use the `renameModels()` and `renameModelFields()` modifiers to rename the auto-inferred data models and their fields.

```ts
// Rename models or fields to be more idiomatic for frontend code
Expand Down

0 comments on commit cf81c1b

Please sign in to comment.