Fix typo "bellow" (#20268)

* Fix typo in constant name: s/BELLOW/BELOW/

* Fix typo ('bellow') in docs, comments and strings
This commit is contained in:
Alexander Brandon Coles
2024-12-06 16:18:08 +00:00
committed by GitHub
parent d29196a1f0
commit 3a37ba33a7
28 changed files with 29 additions and 29 deletions

View File

@@ -32,7 +32,7 @@ After the client library is installed/deployed, you can use it in your Maven pro
```
And to use the api you can follow the examples bellow:
And to use the api you can follow the examples below:
```java