From 5051482cea24310435f8fcec05e111b5a811604f Mon Sep 17 00:00:00 2001 From: Matej Sima Date: Thu, 13 Jun 2019 11:59:02 +0200 Subject: [PATCH] Fix typos, fix links --- .../tezos-taco-shop-smart-contract.md | 4 ++-- .../blog/2019-06-13-public-launch-of-ligo.md | 18 +++++++++--------- gitlab-pages/website/pages/en/index.js | 6 +++--- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/gitlab-pages/docs/tutorials/get-started/tezos-taco-shop-smart-contract.md b/gitlab-pages/docs/tutorials/get-started/tezos-taco-shop-smart-contract.md index f66b45dd8..eb47c7377 100644 --- a/gitlab-pages/docs/tutorials/get-started/tezos-taco-shop-smart-contract.md +++ b/gitlab-pages/docs/tutorials/get-started/tezos-taco-shop-smart-contract.md @@ -18,7 +18,7 @@ To help Pedro open his dream taco shop, we'll implement a smart-contract, that w ## Pricing -Pedro's tacos are a rare delicatese, so their **price goes up**, as the **stock for the day begins to deplete**. +Pedro's tacos are a rare delicacy, so their **price goes up**, as the **stock for the day begins to deplete**. Each taco kind, has it's own `max_price` that it sells for, and a finite supply for the current sales lifecycle. @@ -74,7 +74,7 @@ function main (const parameter : int; const contractStorage : int) : (list(oper block {skip} with ((nil : list(operation)), contractStorage + parameter) ``` -Let's brake down the contract above to make sure we understand each bit of the LIGO syntax: +Let's break down the contract above to make sure we understand each bit of the LIGO syntax: - **`function main`** - definition of a function that serves as an entry point - **`(const parameter : int; const contractStorage : int)`** - parameters passed to the function diff --git a/gitlab-pages/website/blog/2019-06-13-public-launch-of-ligo.md b/gitlab-pages/website/blog/2019-06-13-public-launch-of-ligo.md index f92a9a646..b06c92beb 100644 --- a/gitlab-pages/website/blog/2019-06-13-public-launch-of-ligo.md +++ b/gitlab-pages/website/blog/2019-06-13-public-launch-of-ligo.md @@ -57,17 +57,17 @@ let main (p : action) (s : int) : (operation list * int) = ### Short-Term #### June 2019 -✓ First public release (hi) -✓ PascaLIGO and CameLIGO -✓ Docs -✓ Tutorials -\- Integration testing in JS/Reason with [Granary](https://stove-labs.github.io/granary/) +✓ First public release (hi) +✓ PascaLIGO and CameLIGO +✓ Docs +✓ Tutorials +\- Integration testing in JS/Reason with [Granary](https://stove-labs.github.io/granary/) #### July 2019 -\- Try ligo online -\- Unit testing in LIGO -\- ReasonLIGO (ReasonML syntax) -\- Design Pattern repository +\- Try ligo online +\- Unit testing in LIGO +\- ReasonLIGO (ReasonML syntax) +\- Design Pattern repository ### Mid-Term We are currently planning 3 big projects on the core language (excluding tooling). diff --git a/gitlab-pages/website/pages/en/index.js b/gitlab-pages/website/pages/en/index.js index 5e395c5dd..61f8255c8 100644 --- a/gitlab-pages/website/pages/en/index.js +++ b/gitlab-pages/website/pages/en/index.js @@ -32,7 +32,7 @@ class HomeSplash extends React.Component { data-tab="tab-group-3-content-4">PascaLIGO
CameLIGO
-
Reasonligo (coming soon)
+
ReasonLIGO (coming soon)
{/*
Camligo
*/} @@ -95,8 +95,8 @@ class HomeSplash extends React.Component {
- - + +