Documentation (#8144)

This commit is contained in:
Ayussh Verma 2025-04-02 03:33:30 +05:30 committed by GitHub
parent 7661f07752
commit 047d56bf50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -193,7 +193,7 @@ sequenceDiagram
more focused on the specific issue or feature that you worked on. Please keep
the discussion respectful at all times.
It is important to note that not all pull requests get incorporated int the
It is important to note that not all pull requests get incorporated into the
codebase. The reasons can vary. The work may bring to light other issues that
block integration of the pull request. Sometimes it helps uncover better ways of
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.
### Merging concurrent changes
If the work you do takes some time then the chances increase that changes will
be made to the main repository while you work.It is probably a good idea to set
be made to the main repository while you work. It is probably a good idea to set
up the original Material for MkDocs repository as an `upstream` repository for
your local clone.