summaryrefslogtreecommitdiffhomepage
path: root/fr-fr
diff options
context:
space:
mode:
authorAdam Bard <github@adambard.com>2015-09-25 06:35:16 +0800
committerAdam Bard <github@adambard.com>2015-09-25 06:35:16 +0800
commit2b5e186482a754e922b9fc05096fdea49d1163da (patch)
tree94c95071ff513b58ebf6c4a58e6f7191407546ed /fr-fr
parentf2c4e2ca4ae7638dcf13521e8425336f17001e5f (diff)
parent4904ab4dee44633407aad6183954907b89129add (diff)
Merge pull request #1191 from tst2005/patch-2
typo fix
Diffstat (limited to 'fr-fr')
-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