Skip to content

Commit 2d2b8e1

Browse files
committed
Fix the typo
1 parent b74f338 commit 2d2b8e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wwwroot/survey-creator.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
href="https://unpkg.com/survey-knockout/survey.css"
3636
/>
3737

38-
<script src="https://unpkg.com/surveyjs-creator"></script>
38+
<script src="https://unpkg.com/survey-creator"></script>
3939
<link
4040
rel="stylesheet"
41-
href="https://unpkg.com/surveyjs-creator/survey-creator.css"
41+
href="https://unpkg.com/survey-creator/survey-creator.css"
4242
/>
4343
<link rel="stylesheet" href="./index.css" />
4444
</head>

0 commit comments

Comments
 (0)