Skip to content

Commit 4620872

Browse files
authored
Fix typos (#1205)
1 parent e82bba6 commit 4620872

File tree

16 files changed

+35
-35
lines changed

16 files changed

+35
-35
lines changed

deploy-ghpages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ git init
2121
git remote add --fetch origin "$remote"
2222

2323

24-
# switch into the the gh-pages branch
24+
# switch into the gh-pages branch
2525
if git rev-parse --verify origin/gh-pages > /dev/null 2>&1
2626
then
2727
git checkout gh-pages

frontend/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# gitpay
2-
The marketplace for on demmand changes
2+
The marketplace for on demand changes
33

44
## Initializing project
55

@@ -22,7 +22,7 @@ To start project initial created `package.json` with command `npm5 init -y`
2222
>
2323
> `material-ui@0.18.6`, `material-ui-icons@1.0.0-alpha.19`, `react-tap-event-plugin@2.0.1`
2424
>
25-
> - For end all dependecies to configuration of `webpack.config.js`:
25+
> - For end all dependencies to configuration of `webpack.config.js`:
2626
>
2727
> `babel-core@6.25.0`, `babel-loader@7.1.0`, `babel-plugin-react-html-attrs@2.0.0`,
2828
> `babel-plugin-transform-object-rest-spread@6.23.0`, `babel-preset-es2015@6.24.1`,
@@ -64,7 +64,7 @@ Alter the `scripts` to execute dev and production as below:
6464

6565
- Was include the tag `<scriptsrc="app.js"></script>` it is file generated by webpack
6666
- In the `src` folder you will create the name of the `main` folder where the `src/main/app.js` and `src/main/app.css` file were created. The `src/main/app.js` is the main component that will be imported into `src/index.js`
67-
- Created folder `src/common`, `src/common/form` and `src/common/operdator` to component dynamic
67+
- Created folder `src/common`, `src/common/form` and `src/common/operator` to component dynamic
6868

6969
### Folder `src/common/form`
7070

@@ -74,7 +74,7 @@ Alter the `scripts` to execute dev and production as below:
7474

7575
- Created the file `if.js` what it is a operator
7676

77-
### Installation the library Redux
77+
### Installation of the library Redux
7878

7979
- To create the Component Auth will need redux library to control of state dynamic
8080

@@ -86,9 +86,9 @@ Alter the `scripts` to execute dev and production as below:
8686

8787
### Configuring routes
8888

89-
- Created the file `src/main/routes.js` to navegation App
89+
- Created the file `src/main/routes.js` to navigation App
9090

91-
### Import the libary Redux to the project inside of `src/index.js`
91+
### Import the library Redux to the project inside of `src/index.js`
9292

9393
```javascript
9494
import React from 'react'

frontend/src/components/areas/private/features/payments/checkout/checkout-form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const CheckoutForm = (props) => {
8383
props.onClose()
8484
}
8585
catch (e) {
86-
console.log('error to proccess your payment', e)
86+
console.log('error to process your payment', e)
8787
props.addNotification(
8888
'payment.message.error', e.message
8989
)

frontend/src/components/areas/private/features/transfers/transfers.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ const Transfers = ({ searchTransfer, updateTransfer, fetchTransfer, fetchAccount
6161
getTransfers().then(t => { })
6262
}
6363

64-
const getTranfers = async () => await searchTransfer({ userId: user.id })
64+
const getTransfers = async () => await searchTransfer({ userId: user.id })
6565

6666
useEffect(() => {
6767
setValue('from')
68-
getTranfers().then(t => { })
68+
getTransfers().then(t => { })
6969
fetchAccount().then(a => { })
7070
}, [user])
7171

frontend/src/components/areas/private/shared/messages.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ const messages = defineMessages({
1111
},
1212
addressLine1: {
1313
id: 'account.address.line1',
14-
defaultMessage: 'Adress line 1'
14+
defaultMessage: 'Address line 1'
1515
},
1616
addressLine2: {
1717
id: 'account.address.line2',
18-
defaultMessage: 'Adress line 2'
18+
defaultMessage: 'Address line 2'
1919
},
2020
cardTab: {
2121
id: 'account.type.card',

frontend/src/components/areas/public/features/task/offers/task-offer-drawer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ const TaskOfferDrawer = ({
136136
<FormattedMessage id='task.solve.title' defaultMessage='Are you interested to solve this issue and earn bounties?' />
137137
}
138138
introMessage={
139-
<FormattedMessage id='task.bounties.interested.warningMessage' defaultMessage={'Please apply only if you\'re able to do it and if you\'re available and commited to finish in the deadline.'}>
139+
<FormattedMessage id='task.bounties.interested.warningMessage' defaultMessage={'Please apply only if you\'re able to do it and if you\'re available and committed to finish in the deadline.'}>
140140
{(msg) => (
141141
<span className={classes.spanText}>
142142
{msg}

frontend/src/components/areas/public/features/task/task-assignment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ const TaskAssignment = (props) => {
251251
title={<FormattedMessage id='task.solve.title' defaultMessage='Are you interested to solve this issue and earn bounties?' />}
252252
image={props.taskCover}
253253
>
254-
<FormattedMessage id='task.bounties.interested.warningMessage' defaultMessage={'Please apply only if you\'re able to do it and if you\'re available and commited to finish in the deadline.'}>
254+
<FormattedMessage id='task.bounties.interested.warningMessage' defaultMessage={'Please apply only if you\'re able to do it and if you\'re available and committed to finish in the deadline.'}>
255255
{(msg) => (
256256
<span className={classes.spanText}>
257257
{msg}

frontend/src/components/areas/public/features/task/task-report.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class TaskReport extends Component {
8282
const characterLimit = 50
8383

8484
const invalid = <FormattedMessage id='task.report.reason.invalid' defaultMessage='The issue is invalid, it was removed by the providers (Github, Bitbucket) and it is not available anymore' />
85-
const fourOFour = <FormattedMessage id='task.report.reason.fourOFour' defaultMessage='This page is an error, for some reason the content is not loaded, or I recieve a 404' />
85+
const fourOFour = <FormattedMessage id='task.report.reason.fourOFour' defaultMessage='This page is an error, for some reason the content is not loaded, or I receive a 404' />
8686
const testOrAccident = <FormattedMessage id='task.report.reason.testOrAccident' defaultMessage='This issue seems to be a test issue, or it was added accidentally' />
8787
const anotherReason = <FormattedMessage id='task.report.reason.another' defaultMessage='Another Reason' />
8888

frontend/src/components/areas/public/features/welcome/legacy/landing-page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import {
3131
// Landing Page for GitPay
3232
// Total hours worked on this: ~12hours
3333
// Still need to add in functionality for buttons
34-
// Export Styles to seperate file to clean up code but left here for you to see for now
34+
// Export Styles to separate file to clean up code but left here for you to see for now
3535

3636
const recruiterTeam = [
3737
{

frontend/src/components/areas/public/features/welcome/legacy/messages.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default defineMessages({
3131
},
3232
welcomeCompaniesItemOneSecondary: {
3333
id: 'welcome.companies.item.one.secondary',
34-
defaultMessage: 'Import issues from Git, add bounties, then pay contributors when the the related Pull Request is merged'
34+
defaultMessage: 'Import issues from Git, add bounties, then pay contributors when the related Pull Request is merged'
3535
},
3636
welcomeCompaniesItemTwoPrimary: {
3737
id: 'welcome.companies.item.two.primary',
@@ -235,15 +235,15 @@ export default defineMessages({
235235
},
236236
welcomeCollabItemOneSecondary: {
237237
id: 'welcome.collab.item.one.secondary',
238-
defaultMessage: 'We use tools like Git, and integrations with Github and Gitlab to automate the freelancer proccess'
238+
defaultMessage: 'We use tools like Git, and integrations with Github and Gitlab to automate the freelancer process'
239239
},
240240
welcomeCollabItemTwoPrimary: {
241241
id: 'welcome.collab.item.two.primary',
242242
defaultMessage: 'We are fully Open Source'
243243
},
244244
welcomeCollabItemTwoSecondary: {
245245
id: 'welcome.collab.item.two.secondary',
246-
defaultMessage: 'We are a open source project made by contributors, and we help our community of contributors to shift their careers to the the next level'
246+
defaultMessage: 'We are a open source project made by contributors, and we help our community of contributors to shift their careers to the next level'
247247
},
248248
welcomeCollabItemThreePrimary: {
249249
id: 'welcome.collab.item.three.primary',

0 commit comments

Comments
 (0)