From cbf93ee7fe7973d945ee66826650f6fef07e85b1 Mon Sep 17 00:00:00 2001 From: Noorullah Ahmadzai Date: Wed, 22 Sep 2021 19:47:35 +0430 Subject: [PATCH] Typo (#6628) a => at --- docs/pages/docs/apis/fields.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: