Update page.mdx (#13180)

Fixed a typo:  "percision" to "precision"
This commit is contained in:
Chirag Singh
2025-08-11 12:17:36 +05:30
committed by GitHub
parent 2c1fe4cfe4
commit c2ba01acd6

View File

@@ -115,7 +115,7 @@ The `float` method defines a number property that allows for values with decimal
<Note title="Tip">
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).
</Note>