Skip to content

Commit e0ba5e2

Browse files
committed
main.rb: fix typo ASP -> ASAP
1 parent 627ab6c commit e0ba5e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example-project/main.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
logger.error("Oops! An error occurred!")
3838

3939
# Send messages about fatal events that caused the app to crash using the fatal() method
40-
logger.fatal("Application crash! Needs to be fixed ASP!")
40+
logger.fatal("Application crash! Needs to be fixed ASAP!")
4141

4242
puts "All done! You can check your logs now."

0 commit comments

Comments
 (0)