File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ sequenceDiagram
193
193
more focused on the specific issue or feature that you worked on. Please keep
194
194
the discussion respectful at all times.
195
195
196
- It is important to note that not all pull requests get incorporated int the
196
+ It is important to note that not all pull requests get incorporated into the
197
197
codebase. The reasons can vary. The work may bring to light other issues that
198
198
block integration of the pull request. Sometimes it helps uncover better ways of
199
199
doing things or shows that a more general approach is needed. All of this is
@@ -296,7 +296,7 @@ will work against that branch in your fork by default.
296
296
### Merging concurrent changes
297
297
298
298
If the work you do takes some time then the chances increase that changes will
299
- be made to the main repository while you work.It is probably a good idea to set
299
+ be made to the main repository while you work. It is probably a good idea to set
300
300
up the original Material for MkDocs repository as an ` upstream ` repository for
301
301
your local clone.
302
302
You can’t perform that action at this time.
0 commit comments