Commit a6f48602 authored by Sam Beckham's avatar Sam Beckham Committed by Paul Slaughter

Fixes a spelling mistake for "pathes" => "paths"

This happens across several files, mainly feature specs.
parent 103c3862
...@@ -81,7 +81,7 @@ export default class ProjectFindFile { ...@@ -81,7 +81,7 @@ export default class ProjectFindFile {
// find file // find file
} }
// files pathes load // files paths load
load(url) { load(url) {
axios axios
.get(url) .get(url)
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"name": "actioncable", "name": "actioncable",
"url": "http://rubyonrails.org", "url": "http://rubyonrails.org",
"description": "WebSocket framework for Rails.", "description": "WebSocket framework for Rails.",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
"name": "wtfpl_init", "name": "wtfpl_init",
"url": "https://rubygems.org/gems/wtfpl_init", "url": "https://rubygems.org/gems/wtfpl_init",
"description": "Download WTFPL license file and rename to LICENSE.md or something", "description": "Download WTFPL license file and rename to LICENSE.md or something",
"pathes": [ "paths": [
"." "."
] ]
} }
......
...@@ -29,7 +29,7 @@ export const licenseBaseIssues = { ...@@ -29,7 +29,7 @@ export const licenseBaseIssues = {
name: 'bundler', name: 'bundler',
url: 'http://bundler.io', url: 'http://bundler.io',
description: "The best way to manage your application's dependencies", description: "The best way to manage your application's dependencies",
pathes: ['.'], paths: ['.'],
}, },
}, },
], ],
...@@ -57,7 +57,7 @@ export const licenseHeadIssues = { ...@@ -57,7 +57,7 @@ export const licenseHeadIssues = {
url: 'https://bitbucket.org/ged/ruby-pg', url: 'https://bitbucket.org/ged/ruby-pg',
description: description:
'Pg is the Ruby interface to the {PostgreSQL RDBMS}[http://www.postgresql.org/]', 'Pg is the Ruby interface to the {PostgreSQL RDBMS}[http://www.postgresql.org/]',
pathes: ['.'], paths: ['.'],
}, },
}, },
{ {
...@@ -70,7 +70,7 @@ export const licenseHeadIssues = { ...@@ -70,7 +70,7 @@ export const licenseHeadIssues = {
url: 'http://puma.io', url: 'http://puma.io',
description: description:
'Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications', 'Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications',
pathes: ['.'], paths: ['.'],
}, },
}, },
{ {
...@@ -83,7 +83,7 @@ export const licenseHeadIssues = { ...@@ -83,7 +83,7 @@ export const licenseHeadIssues = {
url: 'http://foo.io', url: 'http://foo.io',
description: description:
'Foo is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications', 'Foo is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications',
pathes: ['.'], paths: ['.'],
}, },
}, },
{ {
...@@ -95,7 +95,7 @@ export const licenseHeadIssues = { ...@@ -95,7 +95,7 @@ export const licenseHeadIssues = {
name: 'execjs', name: 'execjs',
url: 'https://github.com/rails/execjs', url: 'https://github.com/rails/execjs',
description: 'Run JavaScript code from Ruby', description: 'Run JavaScript code from Ruby',
pathes: ['.'], paths: ['.'],
}, },
}, },
], ],
...@@ -112,35 +112,35 @@ export const licenseReport = [ ...@@ -112,35 +112,35 @@ export const licenseReport = [
url: 'https://bitbucket.org/ged/ruby-pg', url: 'https://bitbucket.org/ged/ruby-pg',
description: description:
'Pg is the Ruby interface to the {PostgreSQL RDBMS}[http://www.postgresql.org/]', 'Pg is the Ruby interface to the {PostgreSQL RDBMS}[http://www.postgresql.org/]',
pathes: ['.'], paths: ['.'],
}, },
{ {
name: 'puma', name: 'puma',
url: 'http://puma.io', url: 'http://puma.io',
description: description:
'Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications', 'Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications',
pathes: ['.'], paths: ['.'],
}, },
{ {
name: 'foo', name: 'foo',
url: 'https://bitbucket.org/ged/ruby-pg', url: 'https://bitbucket.org/ged/ruby-pg',
description: description:
'Pg is the Ruby interface to the {PostgreSQL RDBMS}[http://www.postgresql.org/]', 'Pg is the Ruby interface to the {PostgreSQL RDBMS}[http://www.postgresql.org/]',
pathes: ['.'], paths: ['.'],
}, },
{ {
name: 'bar', name: 'bar',
url: 'http://puma.io', url: 'http://puma.io',
description: description:
'Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications', 'Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications',
pathes: ['.'], paths: ['.'],
}, },
{ {
name: 'baz', name: 'baz',
url: 'https://bitbucket.org/ged/ruby-pg', url: 'https://bitbucket.org/ged/ruby-pg',
description: description:
'Pg is the Ruby interface to the {PostgreSQL RDBMS}[http://www.postgresql.org/]', 'Pg is the Ruby interface to the {PostgreSQL RDBMS}[http://www.postgresql.org/]',
pathes: ['.'], paths: ['.'],
}, },
], ],
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment