spelling: javascript

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-03-20 23:16:32 -04:00
parent da34800728
commit 594cf63a16
13 changed files with 15 additions and 15 deletions
@@ -53,7 +53,7 @@ class FormattedNavNotification extends BaseEntity
*/
public function __construct(string $contact_name, string $contact_url, string $contact_photo, string $timestamp, string $plaintext, string $html, string $href, bool $seen)
{
// Properties differ from constructor because this structure is used in the "nav-update" Javascript event listener
// Properties differ from constructor because this structure is used in the "nav-update" JavaScript event listener
$this->contact = [
'name' => $contact_name,
'url' => $contact_url,