diff --git a/docs/pages/docs/apis/fields.mdx b/docs/pages/docs/apis/fields.mdx index 10569c346c1..9faaecd525d 100644 --- a/docs/pages/docs/apis/fields.mdx +++ b/docs/pages/docs/apis/fields.mdx @@ -577,7 +577,7 @@ export default config({ ### virtual -A `virtual` field represents a value which is computed a read time, rather than stored in the database. +A `virtual` field represents a value which is computed at read time, rather than stored in the database. See the [virtual fields guide](../guides/virtual-fields) for details on how to use virtual fields. Options: