diff options
| author | XhmikosR <[email protected]> | 2017-11-25 02:13:39 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-11-25 02:13:39 +0200 |
| commit | 02e4f6e5138d908f354a2e989137816befa7de47 (patch) | |
| tree | 6b6c9aaa1d08dcfa464a75351ad71ad893837822 /docs | |
| parent | 3de46286b2340ba7e9cad7d331eef8c555fde94b (diff) | |
| download | bootstrap-02e4f6e5138d908f354a2e989137816befa7de47.tar.xz bootstrap-02e4f6e5138d908f354a2e989137816befa7de47.zip | |
Use Jekyll's `smartify` filter when possible. (#24866)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/content/tables.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/content/tables.md b/docs/4.0/content/tables.md index 0aefc9ad1..865c2b698 100644 --- a/docs/4.0/content/tables.md +++ b/docs/4.0/content/tables.md @@ -586,7 +586,7 @@ Create responsive tables by adding `.table-responsive{-sm|-md|-lg|-xl}` to any ` ## Captions -A `<caption>` functions like a heading for a table. It helps users with screen readers to find a table and understand what it’s about and decide if they want to read it. +A `<caption>` functions like a heading for a table. It helps users with screen readers to find a table and understand what it's about and decide if they want to read it. {% example html %} <table class="table"> |
