Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed grammatical errors on the main page of ocaml.org #1566

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions site/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<header id="home-header">
<div class="container">
<div class="row">
<h1 class="span9">OCaml is an industrial-strength programming language supporting functional, imperative and object-oriented styles</h1>
<h1 class="span9">OCaml is an Industrial-Strength Programming Language supporting Functional, Imperative and Object-Oriented Styles.</h1>
<div class="span3">
<div>
<a class="btn" href="/learn/tutorials/up_and_running.html">Install OCaml</a>
Expand Down Expand Up @@ -53,7 +53,7 @@
</a>
<h1><a href="https://opam.ocaml.org">Packages</a></h1>
<p>The <a href="https://opam.ocaml.org">OCaml Package
Manager</a>, gives you access to multiple versions of
Manager</a> gives you access to multiple versions of
<a href="https://opam.ocaml.org/packages/">hundreds of
packages</a>.</p>
</section>
Expand Down Expand Up @@ -142,7 +142,7 @@
</div>
<div class="row">
<section class="span6 condensed">
<h1><a href="learn/taste.html">A taste of OCaml</a></h1>
<h1><a href="learn/taste.html">A Taste of OCaml</a></h1>
((! cat template/tryocaml.html !))
((! input template/front_code_snippet.html !))
<p>OCaml is a lot more powerful than this simple example shows. See <a href="/learn/taste.html">more examples</a>!</p>
Expand Down