From c2ba01acd6207ef5c5bad3f0ecb975842d0de53e Mon Sep 17 00:00:00 2001 From: Chirag Singh <133501438+concaveinc@users.noreply.github.com> Date: Mon, 11 Aug 2025 12:17:36 +0530 Subject: [PATCH] Update page.mdx (#13180) Fixed a typo: "percision" to "precision" --- .../book/app/learn/fundamentals/data-models/properties/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/apps/book/app/learn/fundamentals/data-models/properties/page.mdx b/www/apps/book/app/learn/fundamentals/data-models/properties/page.mdx index 1ea9ef7170..715af91542 100644 --- a/www/apps/book/app/learn/fundamentals/data-models/properties/page.mdx +++ b/www/apps/book/app/learn/fundamentals/data-models/properties/page.mdx @@ -115,7 +115,7 @@ The `float` method defines a number property that allows for values with decimal -Use this property type when it's less important to have high precision for numbers with large decimal places. Alternatively, for higher percision, use the [bigNumber property](#bignumber). +Use this property type when it's less important to have high precision for numbers with large decimal places. Alternatively, for higher precision, use the [bigNumber property](#bignumber).