Skip to content
This repository has been archived by the owner on Jul 24, 2022. It is now read-only.

Commit

Permalink
Fix typo (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
onerinas authored Jun 13, 2021
1 parent 2fde02c commit bece198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/javascript/packs/administrate.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import "src/timezone"
import LocalTime from "local-time"
LocalTime.start()

// ADD YOUR JAVACSRIPT HERE
// ADD YOUR JAVASCRIPT HERE

// Start Rails UJS
Rails.start()
2 changes: 1 addition & 1 deletion app/javascript/packs/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ components.keys().forEach(components)
import LocalTime from "local-time"
LocalTime.start()

// ADD YOUR JAVACSRIPT HERE
// ADD YOUR JAVASCRIPT HERE

// Start Rails UJS
Rails.start()
Expand Down

0 comments on commit bece198

Please sign in to comment.