refactor: use american spelling convention and fix grammar

This commit is contained in:
Abdur-Rahman Mansoor 2024-05-24 20:51:47 -04:00
parent 51da37c7d4
commit 8e0118c9c5
No known key found for this signature in database
GPG key ID: 8D15FCF6795779C8
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@ This steps shows how to create a new project on Read the Docs
Congratulation! Your done! To test it, push a commit in your Codeberg Repo and see if the documentation rebuilds. This may take a few minutes.
## Migrate Project
You may migrate a repo that is connected to Read the Docs from another git forge to Codeberg. In this case, follow these steps:
You may migrate a repository that is connected to Read the Docs from another Git forge to Codeberg. In this case, follow these steps:
1. Go to Admin->Settings of your Project on Read the Docs
2. Under "Repository URL" enter the Git URL of your Codeberg Repo

View file

@ -12,7 +12,7 @@ This section contains frequently asked questions regarding the use of Markdown o
Sometimes Markdown is rendered differently on different sides. If your markdown renders
correctly on another site or in your editor but does not get rendered correctly on Codeberg,
it is probably due to a difference in the Markdown flavour used by the site/editor.
it is probably due to a difference in the Markdown flavor used by the site/editor.
Codeberg uses Forgejo at its core. Forgejo uses [Goldmark](https://github.com/yuin/goldmark) as its rendering engine.
Goldmark is compliant with [CommonMark](https://spec.commonmark.org/current).