Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nasa/openmct.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIlya Bolkhovsky <ilyab@proekspert.ee>2016-09-27 16:08:25 +0300
committerIlya Bolkhovsky <ilyab@proekspert.ee>2016-09-27 16:08:25 +0300
commit4ec0d0633d0a6d8d808869b93434bf9bc33b4cd4 (patch)
treeb55241b50545bb9a8193b1e5f911cf4938ac6982 /docs
parente3e7bd27e90e0b76d2c29ccbcdef3acd3aa531a3 (diff)
fix module reference
Diffstat (limited to 'docs')
-rw-r--r--docs/src/tutorials/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/tutorials/index.md b/docs/src/tutorials/index.md
index d8842de9d..93ff28db0 100644
--- a/docs/src/tutorials/index.md
+++ b/docs/src/tutorials/index.md
@@ -2948,7 +2948,7 @@ will implement:
/*global define*/
define(
- ['./src/ExampleTelemetrySeries'],
+ ['./ExampleTelemetrySeries'],
function (ExampleTelemetrySeries) {
"use strict";