From 4154e16f77f9bf76c1c605d9c54b57132a8345d7 Mon Sep 17 00:00:00 2001
From: kasenvr <52365539+kasenvr@users.noreply.github.com>
Date: Mon, 12 Oct 2020 16:46:46 -0400
Subject: [PATCH] Update onFirstRun.js

---
 scripts/system/onFirstRun.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/system/onFirstRun.js b/scripts/system/onFirstRun.js
index b2ab89a932..05d59a9e26 100644
--- a/scripts/system/onFirstRun.js
+++ b/scripts/system/onFirstRun.js
@@ -6,7 +6,7 @@
 //  Created by Kalila L. on Oct 5 2020.
 //  Copyright 2020 Vircadia contributors.
 //
-//  This script triggers on first run to perform first party 
+//  This script triggers on first run to perform bootstrapping actions.
 //
 //  Distributed under the Apache License, Version 2.0.
 //  See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
@@ -25,4 +25,4 @@
             MyAvatar.displayName = selectedDisplayName;
         }
     }
-}());
\ No newline at end of file
+}());