diff options
| author | Kirill Zdornyy <[email protected]> | 2022-01-25 02:06:50 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-25 12:06:50 +0200 |
| commit | c1222d6952d7f95b19299f79562285d587808996 (patch) | |
| tree | 5595cf60fc9bdfb23612958dca41c778c5b22229 | |
| parent | 1411181b1b85a47feb7cf6c94b16b236747b6a8f (diff) | |
| download | bootstrap-c1222d6952d7f95b19299f79562285d587808996.tar.xz bootstrap-c1222d6952d7f95b19299f79562285d587808996.zip | |
Fix spelling mistake in footer example (#35704)
| -rw-r--r-- | site/content/docs/5.1/examples/footers/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.1/examples/footers/index.html b/site/content/docs/5.1/examples/footers/index.html index 6f7e058ff..827c2426a 100644 --- a/site/content/docs/5.1/examples/footers/index.html +++ b/site/content/docs/5.1/examples/footers/index.html @@ -164,7 +164,7 @@ body_class: "" <div class="col-md-5 offset-md-1 mb-3"> <form> <h5>Subscribe to our newsletter</h5> - <p>Monthly digest of whats new and exciting from us.</p> + <p>Monthly digest of what's new and exciting from us.</p> <div class="d-flex flex-column flex-sm-row w-100 gap-2"> <label for="newsletter1" class="visually-hidden">Email address</label> <input id="newsletter1" type="text" class="form-control" placeholder="Email address"> |
