diff options
| author | Mark Otto <[email protected]> | 2017-12-27 13:41:06 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-12-27 13:41:06 -0800 |
| commit | 26d7a939cd72636ea83524699e2739f9008a013f (patch) | |
| tree | 97a87940af999ec7855efceac3b20c057334874a | |
| parent | 42e881f5900e47c21669342541534bd41a776279 (diff) | |
| download | bootstrap-26d7a939cd72636ea83524699e2739f9008a013f.tar.xz bootstrap-26d7a939cd72636ea83524699e2739f9008a013f.zip | |
closes #24929
| -rw-r--r-- | docs/4.0/getting-started/browsers-devices.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/4.0/getting-started/browsers-devices.md b/docs/4.0/getting-started/browsers-devices.md index 5a310d397..e2fa2e344 100644 --- a/docs/4.0/getting-started/browsers-devices.md +++ b/docs/4.0/getting-started/browsers-devices.md @@ -34,7 +34,7 @@ Generally speaking, Bootstrap supports the latest versions of each major platfor <td class="text-success">Supported</td> <td class="text-muted">N/A</td> <td class="text-success">Android v5.0+ supported</td> - <td class="text-muted">N/A</td> + <td class="text-success">Supported</td> </tr> <tr> <th scope="row">iOS</th> @@ -42,7 +42,7 @@ Generally speaking, Bootstrap supports the latest versions of each major platfor <td class="text-success">Supported</td> <td class="text-success">Supported</td> <td class="text-muted">N/A</td> - <td class="text-muted">N/A</td> + <td class="text-success">Supported</td> </tr> <tr> <th scope="row">Windows 10 Mobile</th> |
