Skip to content

Commit 79480c1

Browse files
authored
Fix typos (#662)
1 parent b19c02e commit 79480c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/guide/workspaces.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Now that we have a git repo populated with content, let's serve it through josh:
7272
> This is so that docker can access localhost, where our ad-hoc git repository is served.
7373
7474
To facilitate developement on applications 1 and 2, we want to create workspaces for them.
75-
Creating a new workspace looks very similar to checking out a subfolder through josh, as explain
75+
Creating a new workspace looks very similar to checking out a subfolder through josh, as explained
7676
in "Getting Started".
7777

7878
Instead of just the name of the subfolder, though, we also use the `:workspace=` filter:
@@ -112,12 +112,12 @@ let's observe the result:
112112
{{#include workspaces.t:library_sync2}}
113113
```
114114

115-
After pushing and fetching the result, we se that it has been succesfully mapped by josh.
115+
After pushing and fetching the result, we see that it has been succesfully mapped by josh.
116116

117117
One suprising thing is the history: our "mapping" commit became a merge commit!
118118
This is because josh needs to merge the history of the module we want to map into the
119119
repository of the workspace.
120-
After this is done, all commit will be present in both of the histories.
120+
After this is done, all commits will be present in both of the histories.
121121

122122
> ***NOTE***
123123
>

0 commit comments

Comments
 (0)