fix: typos in documentation files - #3186
Conversation
PR SummaryThis PR fixes typos across various documentation files and source code. The Changes
autogenerated by presubmit.ai |
| + App() | ||
| + main(args : String[]) {static} | ||
| + useCacheAsideStategy() | ||
| + useCacheAsideStrategy() |
There was a problem hiding this comment.
The word "Stategy" is misspelled as "Strategy".
| public void useCacheAsideStrategy() { | ||
| LOGGER.info("# CachingPolicy.ASIDE"); | ||
| appManager.initCachingPolicy(CachingPolicy.ASIDE); | ||
| LOGGER.info(appManager.printCacheContent()); |
There was a problem hiding this comment.
The word "Stategy" is misspelled as "Strategy".
| assertNotNull(app); | ||
| app.useCacheAsideStategy(); | ||
| app.useCacheAsideStrategy(); | ||
| } |
There was a problem hiding this comment.
The word "Stategy" is misspelled as "Strategy".
| + Skeleton(id : int) | ||
| + Skeleton(id : int, postition : int) | ||
| + Skeleton(id : int, position : int) | ||
| + update() |
There was a problem hiding this comment.
The word "postition" is misspelled as "position".
|
|
Looks good! Thank you for the contribution 🎉 @all-contributors please add @maximevtush for code |
|
I've put up a pull request to add @maximevtush! 🎉 |



No description provided.