diff options
| author | John Hayes <[email protected]> | 2023-08-22 03:25:25 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-22 11:25:25 +0300 |
| commit | dc040fa2b2d82dfbd6d50a76eb15d5e8111480e4 (patch) | |
| tree | 24b6ca4ab500d9373781edcc61500713942c0be3 | |
| parent | e3553aec9259bcc857b4e837f43b35182e57ac9d (diff) | |
| download | bootstrap-dc040fa2b2d82dfbd6d50a76eb15d5e8111480e4.tar.xz bootstrap-dc040fa2b2d82dfbd6d50a76eb15d5e8111480e4.zip | |
Corrected a grammer error in by adding the word go to examples/starter-template (#39086)
| -rw-r--r-- | site/content/docs/5.3/examples/starter-template/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.3/examples/starter-template/index.html b/site/content/docs/5.3/examples/starter-template/index.html index 51503f19f..ec8e57df7 100644 --- a/site/content/docs/5.3/examples/starter-template/index.html +++ b/site/content/docs/5.3/examples/starter-template/index.html @@ -34,7 +34,7 @@ title: Starter Template <div class="row g-5"> <div class="col-md-6"> <h2 class="text-body-emphasis">Starter projects</h2> - <p>Ready to beyond the starter template? Check out these open source projects that you can quickly duplicate to a new GitHub repository.</p> + <p>Ready to go beyond the starter template? Check out these open source projects that you can quickly duplicate to a new GitHub repository.</p> <ul class="list-unstyled ps-0"> <li> <a class="icon-link mb-1" href="https://github.com/twbs/examples/tree/main/icons-font" rel="noopener" target="_blank"> |
