Skip to content

Commit ae0a4ab

Browse files
authored
Merge pull request #963 from miykael/master
Small typo corrections in the homepage's FAQ section
2 parents cf693bd + a9d8129 commit ae0a4ab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

nbviewer/templates/faq.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Notebook](https://github.com/jupyter/notebook),
2929

3030
Project Jupyter runs a free, public instance of nbviewer at
3131
https://nbviewer.jupyter.org. You can use it to render Jupyter
32-
Notebooks or browse notebook collection on GitHub. In either case, the notebooks
32+
Notebooks or browse notebook collections on GitHub. In either case, the notebooks
3333
must have **public** web URLs.
3434

3535
The homepage of nbviewer.jupyter.org includes some examples for you to try.
@@ -103,7 +103,7 @@ instructions and options.
103103

104104
The URL you are visiting most likely points to a notebook that was moved or
105105
deleted. If you clicked a link on a site that lead to the 404 error page, we
106-
suggest you contact the site auownerthor to report the broken link. If a
106+
suggest you contact the site owner to report the broken link. If a
107107
notebook author gave you the URL, we recommend asking them for an updated link.
108108

109109
If you notice one of the links on the nbviewer.jupyter.org, please report it as
@@ -113,7 +113,7 @@ tracker](https://github.com/jupyter/nbviewer/issues).
113113
## Why do I get a 4xx error when I try to view a notebook?
114114

115115
nbviewer fetches notebooks from upstream providers (e.g., GitHub, GitHub gists,
116-
a public webserver) which host the the notebook files. You will see 4xx errors
116+
a public web server) which host the notebook files. You will see 4xx errors
117117
if the provider doesn't respond, the file nbviewer receives is invalid, the file
118118
is not publicly accessible, and so on.
119119

@@ -154,13 +154,13 @@ on GitHub) in order to update or remove it
154154

155155
No. However, you can [install
156156
nbconvert](https://nbconvert.readthedocs.io/en/stable/install.html) locally and
157-
run `jupyter nbconvert` to convert notebook files to a variety of format. See
157+
run `jupyter nbconvert` to convert notebook files to a variety of formats. See
158158
the [nbconvert documentation](https://nbconvert.readthedocs.io/) for details.
159159

160160
## Where is nbviewer.jupyter.org hosted?
161161

162162
[OVHcloud](https://ovhcloud.com) graciously hosts nbviewer.jupyter.org.
163-
Thanks to OVHcloud, we are able to provider a public nbviewer instance as a free service.
163+
Thanks to OVHcloud, we are able to provide a public nbviewer instance as a free service.
164164

165165
nbviewer was generously hosted by Rackspace until March, 2020.
166166

0 commit comments

Comments
 (0)