From 51bea48adc7e80cb67dfe722edb2bc9ce5ab34c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 17 Feb 2020 11:19:41 +0100 Subject: [PATCH] sdk_style.md: typo --- intro/sdk_style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intro/sdk_style.md b/intro/sdk_style.md index f54ef146c..af8bf7195 100644 --- a/intro/sdk_style.md +++ b/intro/sdk_style.md @@ -89,7 +89,7 @@ E.g. the following list item will be replaced by links to all of the header item ``` Further Kramdown features are described on the [converter page](https://kramdown.gettalong.org/converter/html.html), and attribute lists are described on the [syntax page](http://kramdown.gettalong.org/syntax.html). -Note that source code formatting is configured to use [GitHub Flavoured Mardown](https://help.github.com/articles/github-flavored-markdown/) and "code fences", see below. +Note that source code formatting is configured to use [GitHub Flavoured Markdown](https://help.github.com/articles/github-flavored-markdown/) and "code fences", see below. ### Liquid tags and filters Jekyll uses the [Liquid](https://shopify.github.io/liquid/) templating language to process files.