Update docs/api-guide/fields.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Asif Saif Uddin {"Auvi":"অভি"} 2025-11-11 13:34:56 +06:00 committed by GitHub
parent 3b89b8e350
commit aeb9b73d31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -271,7 +271,7 @@ Corresponds to `django.db.models.fields.IntegerField`, `django.db.models.fields.
## BigIntegerField
An biginteger representation.
A biginteger representation.
Corresponds to `django.db.models.fields.BigIntegerField`.