FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

all: fix spelling (#4326) · low-code-flow/ToolJet@ca5fe39 · GitHub

Commit ca5fe39

Browse files
authored
all: fix spelling (ToolJet#4326)
Fixes typos, fixes a file name. Minor whitespace removal from link
1 parent e4b5b6e commit ca5fe39

52 files changed

Lines changed: 76 additions & 76 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ ToolJet is an **open-source low-code framework** to build and deploy internal to
6666
## Quickstart
6767
The easiest way to get started with ToolJet is by creating a [ToolJet Cloud](https://tooljet.com) account. ToolJet Cloud offers a hosted solution of ToolJet. If you want to self-host ToolJet, kindly proceed to [deployment documentation](https://docs.tooljet.com/docs/setup/architecture).
6868

69-
You can deploy ToolJet on Heroku for free using the one-click-deployment button only untill **28th November 2022**.
69+
You can deploy ToolJet on Heroku for free using the one-click-deployment button only until **28th November 2022**.
7070
<p align="center">
7171
<a href="https://heroku.com/deploy?template=https://github.com/tooljet/tooljet/tree/main">
7272
<img src="https://www.herokucdn.com/deploy/button.svg" />

‎app.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"value": "production"
1515
},
1616
"TOOLJET_HOST": {
17-
"description": "Public URL of ToolJet installtion. This is usually https://<app-name-in-first-step>.herokuapp.com",
17+
"description": "Public URL of ToolJet installation. This is usually https://<app-name-in-first-step>.herokuapp.com",
1818
"value": "https://<app-name-in-first-step>.herokuapp.com"
1919
},
2020
"TOOLJET_SERVER_URL": {
21-
"description": "URL of ToolJet server installtion. (This is same as the TOOLJET_HOST for Heroku deployments)",
21+
"description": "URL of ToolJet server installation. (This is same as the TOOLJET_HOST for Heroku deployments)",
2222
"value": "https://<app-name-in-first-step>.herokuapp.com"
2323
},
2424
"LOCKBOX_MASTER_KEY": {

‎cli/src/commands/plugin/create.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default class Create extends Command {
5454
if (!(fs.existsSync(pluginsPath) && fs.existsSync(docsPath) && fs.existsSync(defaultTemplates))) {
5555
this.log(
5656
'\x1b[41m%s\x1b[0m',
57-
'Error : plugins, docs or plugins/_templates directory missing, make sure that you are runing this command in Tooljet directory'
57+
'Error : plugins, docs or plugins/_templates directory missing, make sure that you are running this command in Tooljet directory'
5858
);
5959
process.exit(1);
6060
}

‎cli/src/commands/plugin/delete.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default class Delete extends Command {
2626
if (!(fs.existsSync(pluginsPath) && fs.existsSync(pluginPath) && fs.existsSync(pluginDocPath))) {
2727
this.log(
2828
'\x1b[41m%s\x1b[0m',
29-
'Error : Plugin not found, make sure that you are runing this command in Tooljet directory'
29+
'Error : Plugin not found, make sure that you are running this command in Tooljet directory'
3030
);
3131
process.exit(1);
3232
}

‎cli/src/commands/plugin/install.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default class Install extends Command {
2121
if (!fs.existsSync(pluginPath)) {
2222
this.log(
2323
'\x1b[41m%s\x1b[0m',
24-
'Error : Plugin not found, make sure that you are runing this command in Tooljet directory'
24+
'Error : Plugin not found, make sure that you are running this command in Tooljet directory'
2525
);
2626
process.exit(1);
2727
}

‎cypress-tests/cypress/constants/selectors/datePicker.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const datePickerSelector = {
33
calendarYearSelect: ".react-datepicker__year-select",
44
calendarMonthSelect: ".react-datepicker__month-select",
55
calendarDaySelect: ".react-datepicker__day",
6-
calenderTimeInput: "input.react-datepicker-time__input",
6+
calendarTimeInput: "input.react-datepicker-time__input",
77
validationFeedbackMessage: "[data-cy=date-picker-invalid-feedback]",
88
calendarMonth: "[aria-label*='month']",
99
calendarDayOutsideMonth: "[class*='outside-month']",

‎cypress-tests/cypress/constants/texts/dashboard.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const dashboardText = {
2020
iconText: {
2121
appsIcon: "apps",
2222
businessIcon: "business",
23-
calenderIcon: "calender",
23+
calendarIcon: "calendar",
2424
chartBarIcon: "Chart bar",
2525
codeIcon: "Code",
2626
cpuIcon: "cpu",

‎cypress-tests/cypress/support/utils/datePickerWidget.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const selectAndVerifyTime = (widgetName, time) => {
4343
.click()
4444
.trigger("mouseleave")
4545
.within(() => {
46-
cy.get(datePickerSelector.calenderTimeInput)
46+
cy.get(datePickerSelector.calendarTimeInput)
4747
.scrollIntoView()
4848
.focus()
4949
.type(`${time}`)

‎deploy/helm/templates/tooljet/hpa.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ spec:
1313
- type: Resource
1414
resource:
1515
name: cpu
16-
targetAverageValue: {{ .Values.apps.tooljet.hpa.threshhold.cpu }}
16+
targetAverageValue: {{ .Values.apps.tooljet.hpa.threshold.cpu }}
1717
- type: Resource
1818
resource:
1919
name: memory
20-
targetAverageValue: {{ .Values.apps.tooljet.hpa.threshhold.ram }}
20+
targetAverageValue: {{ .Values.apps.tooljet.hpa.threshold.ram }}

‎deploy/helm/values.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ apps:
1414
hpa:
1515
min: 1
1616
max: 1
17-
threshhold:
17+
threshold:
1818
cpu: 0.75
1919
ram: 768Mi
2020
secret:

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL