Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit 4b6e2e4

Browse files
committed
Fix typos
1 parent fbec94e commit 4b6e2e4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

app/views/layouts/application.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>WebpakcerReactExampl</title>
4+
<title>WebpackerReactExample</title>
55
<%= csrf_meta_tags %>
66

77
<%= javascript_pack_tag 'app' %>

config/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# you've limited to :test, :development, or :production.
1818
Bundler.require(*Rails.groups)
1919

20-
module WebpakcerReactExampl
20+
module WebpackerReactExample
2121
class Application < Rails::Application
2222
# Initialize configuration defaults for originally generated Rails version.
2323
config.load_defaults 5.1

config/cable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ test:
77
production:
88
adapter: redis
99
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
10-
channel_prefix: webpakcer_react_exampl_production
10+
channel_prefix: webpacker_react_example_production

config/environments/production.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
# Use a real queuing backend for Active Job (and separate queues per environment)
5454
# config.active_job.queue_adapter = :resque
55-
# config.active_job.queue_name_prefix = "webpakcer_react_exampl_#{Rails.env}"
55+
# config.active_job.queue_name_prefix = "webpacker_react_example_#{Rails.env}"
5656

5757
config.action_mailer.perform_caching = false
5858

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "webpakcer-react-exampl",
2+
"name": "webpacker-react-example",
33
"private": true,
44
"scripts": {
55
"lint": "tslint -c tslint.json 'app/**/*.ts' 'app/**/*.tsx'",

0 commit comments

Comments
 (0)