Skip to content

Commit

Permalink
sp 1
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch authored Feb 6, 2025
1 parent 65f9002 commit 41380c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fprime_gds/flask/static/js/json.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export class SaferParser {
}

/**
* Replace JSON notation for fprime-replcement objects with the wider JSON specification
* Replace JSON notation for fprime-replacement objects with the wider JSON specification
*
* Replace {"fprime-replacement: "some value"} with <some value> restoring the full JSON specification for items not
* supported by JavaScript.
Expand Down Expand Up @@ -272,4 +272,4 @@ export class SaferParser {
}
}
// Take over all JSON.parse and JSON.stringify calls
SaferParser.register();
SaferParser.register();

0 comments on commit 41380c7

Please sign in to comment.