From 7a45f347f4ba6d3305f4e54f7cdb72cd56c63897 Mon Sep 17 00:00:00 2001 From: Cory Zue Date: Mon, 5 Aug 2024 17:33:12 +0200 Subject: [PATCH] fix grammar error --- front-end.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front-end.md b/front-end.md index 9d5ba94..016922c 100644 --- a/front-end.md +++ b/front-end.md @@ -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.