diff options
author | DevHugo <hugo.contactpro@gmail.com> | 2018-08-14 19:15:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-14 19:15:58 +0200 |
commit | 21c899e41b9dfb7891acdd042d51406f307124a8 (patch) | |
tree | 5d1a7f57a5b9d0037d654881bec81ec9993c9ceb /fr-fr/jquery-fr.html.markdown | |
parent | 76bb8b21f62a43ffee1828ae23c62021d0d95ec3 (diff) |
Fix(mardown layout): Missing one caracter
Just a Markdown fix for the layout that broke the display on the website.
Diffstat (limited to 'fr-fr/jquery-fr.html.markdown')
-rw-r--r-- | fr-fr/jquery-fr.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fr-fr/jquery-fr.html.markdown b/fr-fr/jquery-fr.html.markdown index 1842e02b..aeddbd53 100644 --- a/fr-fr/jquery-fr.html.markdown +++ b/fr-fr/jquery-fr.html.markdown @@ -138,5 +138,5 @@ $('p').each(function() { }); -`` +``` |