Skip to content

Commit

Permalink
Tablevalidator: Fix casing on category frontmatter
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Sep 22, 2014
1 parent 984d990 commit 2356587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/pages/docs/ref/tablevalidator/tablevalidator-fr.hbs
Expand Up @@ -3,7 +3,7 @@
"title": "Validateur de tableau",
"language": "fr",
"category": "Autre",
"categoryfile": "Other",
"categoryfile": "other",
"description": "Outils pour les éditeur web qui fourni une assistance afin de produire des tableaux conforme au norme WCAG",
"altLangPrefix": "tablevalidator",
"dateModified": "2014-08-04"
Expand Down Expand Up @@ -118,7 +118,7 @@ Example of multi-line code</code></pre>
<tr>
<td><code>wb-ready.wb</code> (v4.0.5+)</td>
<td>Triggered automatically when WET has finished loading and executing.</td>
<td>Used to identify when all WET plugins and polyfills have finished loading and executing.
<td>Used to identify when all WET plugins and polyfills have finished loading and executing.
<pre><code>$( document ).on( "wb-ready.wb", function( event ) {
});</code></pre>
</td>
Expand Down

0 comments on commit 2356587

Please sign in to comment.