summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTsT <tst2005@gmail.com>2015-08-07 18:04:32 +0200
committerTsT <tst2005@gmail.com>2015-08-07 18:04:32 +0200
commit4904ab4dee44633407aad6183954907b89129add (patch)
tree79255878dd6a37c30649a4ad8d298a281336fbe9
parent2f73cafc7042c92b1358272e6d158f5b1995c15c (diff)
typo fix
-rw-r--r--fr-fr/markdown.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/fr-fr/markdown.html.markdown b/fr-fr/markdown.html.markdown
index 29c0d65d..e5e7c73a 100644
--- a/fr-fr/markdown.html.markdown
+++ b/fr-fr/markdown.html.markdown
@@ -177,7 +177,7 @@ des syntaxes spécifiques -->
\`\`\`ruby
<!-- mais enlevez les backslashes quand vous faites ça,
-gardez juste ```ruby ( ou nom de la synatxe correspondant à votre code )-->
+gardez juste ```ruby ( ou nom de la syntaxe correspondant à votre code )-->
def foobar
puts "Hello world!"
end