diff options
author | Adam Bard <github@adambard.com> | 2015-09-25 06:35:16 +0800 |
---|---|---|
committer | Adam Bard <github@adambard.com> | 2015-09-25 06:35:16 +0800 |
commit | 2b5e186482a754e922b9fc05096fdea49d1163da (patch) | |
tree | 94c95071ff513b58ebf6c4a58e6f7191407546ed | |
parent | f2c4e2ca4ae7638dcf13521e8425336f17001e5f (diff) | |
parent | 4904ab4dee44633407aad6183954907b89129add (diff) |
Merge pull request #1191 from tst2005/patch-2
typo fix
-rw-r--r-- | fr-fr/markdown.html.markdown | 2 |
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 |