book\02-git-basics\sections\recording-changes.asc line 9 ``` When you first clone a repository, all of your files will be tracked and unmodified because you just checked them out and haven't edited anything. ``` change to? ``` When you first clone a repository, all of your files will be tracked and unmodified because Git just checked them out and you haven't edited anything. ``` - because you -> because Git - add "you" before "haven't edited anything"