This is an automated email from the ASF dual-hosted git repository.
scottyaslan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-fds.git
The following commit(s) were added to refs/heads/master by this push:
new 4f7d8cb NIFI-6359: Fixes Demo application setup
4f7d8cb is described below
commit 4f7d8cba09e81ece70fd835695342915d456dda5
Author: Richard Otvos <[email protected]>
AuthorDate: Sat Jun 8 12:02:11 2019 +0200
NIFI-6359: Fixes Demo application setup
This closes #32
Signed-off-by: Scott Aslan <[email protected]>
---
webapp/components/flow-design-system/fds-demo.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webapp/components/flow-design-system/fds-demo.html
b/webapp/components/flow-design-system/fds-demo.html
index 2f16d1e..7896637 100644
--- a/webapp/components/flow-design-system/fds-demo.html
+++ b/webapp/components/flow-design-system/fds-demo.html
@@ -35,7 +35,7 @@ limitations under the License.
<mat-divider></mat-divider>
<mat-card-content>
<p>Import the FDS Core NgModule into your AppModule</p>
- <p>HTML:</p>
+ <p>Javascript:</p>
<pre lang="javascript">
<![CDATA[
var ngCore = require('@angular/core');