From 4b86439b8ad3fded3f1b7118becedc33dcd370e5 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Tue, 29 Aug 2017 09:43:08 -0700 Subject: [PATCH] [Documentation] Fix typo Omitting checklist; changes to documentation only --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index c9823d5ebf..537ef81322 100644 --- a/API.md +++ b/API.md @@ -505,7 +505,7 @@ MCT, it will be pre-configured to use the UTC time system, which is installed an The time bounds of an Open MCT application are defined as numbers, and a Time System gives meaning and context to these numbers so that they can be correctly -interpreted. Time Systems are javscript objects that provide some information +interpreted. Time Systems are JavaScript objects that provide some information about the current time reference frame. An example of defining and registering a new time system is given below: