Skip to content

Commit 086db50

Browse files
committed
fixing typos
1 parent c5540cb commit 086db50

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@
1616
**/*.iml
1717
.idea
1818

19+
# Quickstart Maven target directory except for WAR file
20+
samples/quickstart/app/target/classes
21+
samples/quickstart/app/target/generated-sources
22+
samples/quickstart/app/target/maven-archiver
23+
samples/quickstart/app/target/maven-status
24+
samples/quickstart/app/target/todo
25+
# Quickstart local domain directory
26+
samples/quickstart/todolist_domain
27+
1928
# Visual Studio Code project files
2029
.vscode/*
2130
#!.vscode/settings.json

electron/app/locales/en/webui.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1937,7 +1937,7 @@
19371937
"quickstart-page11-list4-item-3": "The Deploy Application button (and Go menu item) deploys the application to Verrazzano.",
19381938

19391939
"archive-type-APPLICATION_PLAN": "Application Plans",
1940-
"archive-type-APPLICATIONS": "Applications",
1940+
"archive-type-APPLICATION": "Application",
19411941
"archive-type-CLASSPATH_LIB": "Classpath Libraries",
19421942
"archive-type-COHERENCE": "Coherence Files",
19431943
"archive-type-COHERENCE_CONFIG": "Coherence Configurations",

webui/src/js/viewModels/discover-result-dialog.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ function(accUtils, ko, i18n, viewHelper, ArrayDataProvider) {
6464
{
6565
headerText: this.labelMapper('file-location-header'),
6666
sortProperty: 'file',
67-
resizeable: 'enabled'
67+
resizable: 'enabled'
6868
},
6969
{
7070
headerText: this.labelMapper('archive-path-header'),
7171
sortable: 'disable',
72-
resizeable: 'enabled'
72+
resizable: 'enabled'
7373
}
7474
];
7575

0 commit comments

Comments
 (0)