Commit 31bf3639 authored by André Luís's avatar André Luís Committed by Enrique Alcantara

Fix doc lint errors

parent 311c5e22
...@@ -18,8 +18,8 @@ That's not always the case and can cause bugs that only happen if the order is s ...@@ -18,8 +18,8 @@ That's not always the case and can cause bugs that only happen if the order is s
**Example:** **Example:**
* diffs_metadata.json (lighter) - `diffs_metadata.json` (lighter)
* diffs_batch.json (heavier) - `diffs_batch.json` (heavier)
If your feature requires data from both, ensure that the two have finished loading before working on it. If your feature requires data from both, ensure that the two have finished loading before working on it.
...@@ -29,10 +29,10 @@ Add a network condition template to your browser's dev tools to enable you to to ...@@ -29,10 +29,10 @@ Add a network condition template to your browser's dev tools to enable you to to
**Example:** **Example:**
* Turtle: - Turtle:
* Down: 50kb/s - Down: 50kb/s
* Up: 20kb/s - Up: 20kb/s
* Latency: 10000ms - Latency: 10000ms
### Collapsed elements ### Collapsed elements
...@@ -40,5 +40,5 @@ When setting event listeners, if not possible to use event delegation, ensure al ...@@ -40,5 +40,5 @@ When setting event listeners, if not possible to use event delegation, ensure al
Including when that expanded content is: Including when that expanded content is:
* **Invisible** (`display: none;`). Some javascript requires the element to be visible to work properly (eg.: when taking measurements). - **Invisible** (`display: none;`). Some JavaScript requires the element to be visible to work properly (eg.: when taking measurements).
* **Dynamic content** (AJAX/DOM manipulation). - **Dynamic content** (AJAX/DOM manipulation).
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment