Skip to content

Commit

Permalink
Update learners/discuss.md
Browse files Browse the repository at this point in the history
Co-authored-by: James Foster <38274066+jd-foster@users.noreply.github.com>
  • Loading branch information
martinosorb and jd-foster authored Sep 18, 2024
1 parent f6cf2f9 commit 11f8316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion learners/discuss.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ Git is smart enough to notice the missing file. Let us recreate the file and
commit it again.

```bash
$ echo "This is anoher way to make invisible ink" > secret.md
$ echo "This is another way to make invisible ink" > secret.md
$ git add secret.md
$ git commit -m 'Add invisible ink again'
```
Expand Down

0 comments on commit 11f8316

Please sign in to comment.