### 📚 The doc issue In the Gallery Example regarding `Tensor Transforms and JIT`, we have the following typo: ``` Since the model is scripted, it can be easily dumped on disk **an** re-used ``` ### Suggest a potential alternative/fix Replace `an` with `and`