diff --git a/docs/client/full-api/api/assets.md b/docs/client/full-api/api/assets.md index d4004e9a48..18e33f9243 100644 --- a/docs/client/full-api/api/assets.md +++ b/docs/client/full-api/api/assets.md @@ -17,4 +17,5 @@ code can read `data.txt` by running: var data = Assets.getText('nested/data.txt'); -{{/template}} \ No newline at end of file +Note: Packages can only access their own assets. If you need to read the assets of a different package, or of the enclosing app, you need to get a reference to that package's `Assets` object. +{{/template}}