diff options
author | Andrew Mbugua <51198360+AndrewMbugua@users.noreply.github.com> | 2020-08-11 15:27:00 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-11 14:27:00 +0200 |
commit | 1f7190d3bdb4dea524a98786554a5314b75e5c72 (patch) | |
tree | ba9aec4dec4945fb730570823e7c97d83322308f /Documentation/NotesOnWSL.md | |
parent | 8d73355c383b8e0be0d68a9d3e2724972d7077bb (diff) | |
download | serenity-1f7190d3bdb4dea524a98786554a5314b75e5c72.zip |
Meta: Fix typo in NotesOnWSL.md (#3086)
Diffstat (limited to 'Documentation/NotesOnWSL.md')
-rw-r--r-- | Documentation/NotesOnWSL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/NotesOnWSL.md b/Documentation/NotesOnWSL.md index f5f9e94c37..babdcbbcf6 100644 --- a/Documentation/NotesOnWSL.md +++ b/Documentation/NotesOnWSL.md @@ -49,7 +49,7 @@ For a more in depth explaination of the technical limitations of their approach, The recommendation from the Microsoft team on that issue is: -> [I]f it's at all possible, store your projects in the Linux file system in WSL2. +> If it's at all possible, store your projects in the Linux file system in WSL2. In practice, this means cloning and building the project to somewhere such as `/home/username/serenity`. |