1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-07 17:18:02 +00:00

Fix a typo in the latest til.

This commit is contained in:
jbranchaud
2015-05-15 08:25:07 -05:00
parent e0d3f9f225
commit 66db39d679

View File

@@ -13,7 +13,7 @@ gem 'rails', '4.2.0'
gem 'pg' gem 'pg'
``` ```
With the `-n` flag I can view that file with line numbers With the `-n` flag you can view that file with line numbers
``` ```
$ cat -n Gemfile $ cat -n Gemfile