From 7bfbd7e29597e651e9337f79df5564efe3606246 Mon Sep 17 00:00:00 2001 From: Konstantin Goncharik Date: Tue, 25 Feb 2025 11:54:44 +0300 Subject: [PATCH] fix docs: fix typo in build/dependencies.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------------------ Note: by creating a PR or an issue you automatically agree to the CLA. See [CONTRIBUTING.md](https://github.com/userver-framework/userver/blob/develop/CONTRIBUTING.md). Feel free to remove this note, the agreement holds. Tests: протестировано CI Pull Request resolved: https://github.com/userver-framework/userver/pull/852 commit_hash:051d90e25ee483821d5bf0b7f3b4cd7a5da5cbc8 --- scripts/docs/en/userver/build/dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docs/en/userver/build/dependencies.md b/scripts/docs/en/userver/build/dependencies.md index 39ea3eb07f3f..98c4457f03db 100644 --- a/scripts/docs/en/userver/build/dependencies.md +++ b/scripts/docs/en/userver/build/dependencies.md @@ -272,7 +272,7 @@ After that the `make test` would build and run the service tests. Windows native development is not supported, there is no plan to support Windows native development in the near future. You need to use [WSL2](https://learn.microsoft.com/en-us/windows/wsl/). -First, install [WSL2](https://learn.microsoft.com/en-us/windows/wsl/) with Ubuntu 24.04. Next, follow @ref ubuntu_24_04 "Ubunty 24.04" instructions. +First, install [WSL2](https://learn.microsoft.com/en-us/windows/wsl/) with Ubuntu 24.04. Next, follow @ref ubuntu_24_04 "Ubuntu 24.04" instructions. ### Other POSIX based platforms