minor text edit

`Pay attention to the case of suffixes` seems better than `Take care about case for suffixes`
pull/32557/head
Sudheer Satyanarayana 2022-03-27 16:01:25 +05:30 committed by GitHub
parent b68cfbd60a
commit 81881f8d84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ Mi, Ki. For example, the following represent roughly the same value:
128974848, 129e6, 129M, 128974848000m, 123Mi
```
Take care about case for suffixes. If you request `400m` of memory, this is a request
Pay attention to the case of the suffixes. If you request `400m` of memory, this is a request
for 0.4 bytes. Someone who types that probably meant to ask for 400 mebibytes (`400Mi`)
or 400 megabytes (`400M`).