aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Dolci <151995572+flodolci@users.noreply.github.com>2024-10-01 08:29:56 +0200
committerGitHub <noreply@github.com>2024-10-01 06:29:56 +0000
commit072208c9e059cca23afec7b3ce0cb660d8995076 (patch)
tree1ba9a44c0ad020ca2d3411289f8730f21a270165
parent1010f452be9bc5fcdb80b8b39eb0a9e6ce6aa40e (diff)
downloadydb-072208c9e059cca23afec7b3ce0cb660d8995076.tar.gz
Fixed typo in "Build using CMake" section (#6190)
-rw-r--r--BUILD.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index 88724b5427..951c5bce65 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -93,7 +93,7 @@ You can read more about Yatool options in the [YDB documentation](https://ydb.te
## Build using CMake
-You can use CMake build for various arcitectures and operating systems.
+You can use CMake to build YDB for various architectures and operating systems.
YDB server can be built for Ubuntu 18.04, 20.04 and 22.04. Other Linux distributions are likely to work, but additional effort may be required.