diff options
| author | Priyansh <[email protected]> | 2021-11-28 14:27:57 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-28 14:27:57 -0500 |
| commit | d53094ec16ba385faae2973ddee648698b32ab24 (patch) | |
| tree | 9fe907f4f5a4ed57fff915526f36eca9dd05f07e /site/content/docs/5.1/getting-started | |
| parent | 52cd86f8710f8049a744b5bcb9f4a7ce19114b6e (diff) | |
| parent | 5290080d4df3047d04c8a232bca5dc7f8eaa4bc6 (diff) | |
| download | bootstrap-d53094ec16ba385faae2973ddee648698b32ab24.tar.xz bootstrap-d53094ec16ba385faae2973ddee648698b32ab24.zip | |
Merge branch 'twbs:main' into main
Diffstat (limited to 'site/content/docs/5.1/getting-started')
| -rw-r--r-- | site/content/docs/5.1/getting-started/download.md | 2 | ||||
| -rw-r--r-- | site/content/docs/5.1/getting-started/rtl.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/site/content/docs/5.1/getting-started/download.md b/site/content/docs/5.1/getting-started/download.md index 67bc295a9..8a4c8f215 100644 --- a/site/content/docs/5.1/getting-started/download.md +++ b/site/content/docs/5.1/getting-started/download.md @@ -108,7 +108,7 @@ composer require twbs/bootstrap:{{< param current_version >}} ### NuGet -If you develop in .NET, you can also install and manage Bootstrap's [CSS](https://www.nuget.org/packages/bootstrap/) or [Sass](https://www.nuget.org/packages/bootstrap.sass/) and JavaScript using [NuGet](https://www.nuget.org/): +If you develop in .NET Framework, you can also install and manage Bootstrap's [CSS](https://www.nuget.org/packages/bootstrap/) or [Sass](https://www.nuget.org/packages/bootstrap.sass/) and JavaScript using [NuGet](https://www.nuget.org/). Newer projects should use [libman](https://docs.microsoft.com/en-us/aspnet/core/client-side/libman/) or another method as NuGet is designed for compiled code, not frontend assets. ```powershell Install-Package bootstrap diff --git a/site/content/docs/5.1/getting-started/rtl.md b/site/content/docs/5.1/getting-started/rtl.md index 549104c6f..b1a0534cf 100644 --- a/site/content/docs/5.1/getting-started/rtl.md +++ b/site/content/docs/5.1/getting-started/rtl.md @@ -46,10 +46,10 @@ You can see the above requirements reflected in this modified RTL starter templa <!-- Bootstrap CSS --> <link rel="stylesheet" href="{{< param "cdn.css_rtl" >}}" integrity="{{< param "cdn.css_rtl_hash" >}}" crossorigin="anonymous"> - <title>مرحبا بالعالم!</title> + <title>مرحبًا بالعالم!</title> </head> <body> - <h1>مرحبا بالعالم!</h1> + <h1>مرحبًا بالعالم!</h1> <!-- Optional JavaScript; choose one of the two! --> |
