diff --git a/readthedocs/concepts/entities.rst b/readthedocs/concepts/entities.rst index f51cdfe3..1a680e51 100644 --- a/readthedocs/concepts/entities.rst +++ b/readthedocs/concepts/entities.rst @@ -108,7 +108,7 @@ you're able to just do this: # This method returns a list of Dialog, which # has the .entity attribute and other information. # - # This part is IMPORTANT, because it feels the entity cache. + # This part is IMPORTANT, because it fills the entity cache. dialogs = await client.get_dialogs() # All of these work and do the same.