Skip to content

Commit

Permalink
fix grammar error
Browse files Browse the repository at this point in the history
  • Loading branch information
czue committed Aug 5, 2024
1 parent 17eaace commit 7a45f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front-end.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Pegasus has a few patterns for dealing with this.
There are two "site-wide" JavaScript files used in Pegasus.

The `site.js` file contains code that you want loaded *on every page*.
It's bundle file (`site-bundle.js`) is included in your `base.html`.
Its bundle file (`site-bundle.js`) is included in your `base.html`.
This is a good place to put global code, library imports, etc. which should always be available.

The `app.js` file contains code that you want loaded *on some pages---typically after login.
Expand Down

0 comments on commit 7a45f34

Please sign in to comment.