diff --git a/content/writing-packages.md b/content/writing-packages.md index e1230a0f..d0dc6d51 100644 --- a/content/writing-packages.md +++ b/content/writing-packages.md @@ -115,7 +115,7 @@ In this guide article, we will go over some important points for building packag

Adding files and assets

-The main function of an Atmosphere package is to contain source code (JS, CSS, and any transpiled languages) and assets (images, fonts, and more) that will be shared across different applications. +The main function of a Meteor package is to contain source code (JS, CSS, and any transpiled languages) and assets (images, fonts, and more) that will be shared across different applications.

Adding JavaScript