Skip to content

Commit aea8426

Browse files
committed
Docs: Fix typos
1 parent fd85093 commit aea8426

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ The GitHub platform has the Fork feature that facilitates code modification and
258258

259259
## Creating a branch
260260

261-
The GitHub platform has the branch feature that facilitates code contributions and collaboration amongst developers. A branch isolates development work without affecting other branches in the repository. Each repository has one default branch, and can have multiple other branches. To create a branch of your forked MHKiT-Python repository, follow the steps below. More information about GitHub branches can be found [here](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches)
261+
The GitHub platform has the branch feature that facilitates code contributions and collaboration. A branch isolates development work without affecting other branches in the repository. Each repository has one default branch, and can have multiple other branches. To create a branch of your forked MHKiT-Python repository, follow the steps below. More information about GitHub branches can be found [here](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches)
262262

263263
1. Navigate to your fork of MHKiT-Python (see instructions above)
264264
2. Above the list of files, click **Branches**.
@@ -272,13 +272,13 @@ The GitHub platform has the pull request feature that allows you to propose chan
272272

273273
1. Navigate to the [MHKiT-Python main page](https://github.com/MHKiT-Software/MHKiT-Python)
274274
2. Above the list of files, click **Pull request**.
275-
3. On the compare page, click **Compare accross forks**.
275+
3. On the compare page, click **Compare across forks**.
276276
4. In the "base branch" drop-down menu, select the branch of the upstream repository you'd like to merge changes into.
277277
5. In the "head fork" drop-down menu, select your fork, then use the "compare branch" drop-down menu to select the branch you made your changes in.
278278
6. Type a title and description for your pull request.
279279
7. If you want to allow anyone with push access to the upstream repository to make changes to your pull request, select **Allow edits from maintainers**.
280280
8. To create a pull request that is ready for review, click **Create Pull Request**. To create a draft pull request, use the drop-down and select **Create Draft Pull Request**, then click **Draft Pull Request**. More information about draft pull requests can be found [here](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests#draft-pull-requests)
281-
9. MHKiT-Python adminstrators will review your pull request and contact you if needed.
281+
9. MHKiT-Python administrators will review your pull request and contact you if needed.
282282

283283
## Code Formatting in MHKiT
284284

0 commit comments

Comments
 (0)