From 4d32cc026ddebbf4ad2cda7f3d7ef647e5d96050 Mon Sep 17 00:00:00 2001 From: Daniel Breedeveld Date: Tue, 1 Oct 2024 10:14:32 +0800 Subject: [PATCH] fix: typo 'Drat' to 'Dart' --- docs/tutorials/atsdk-tutorial/using-the-atsdk-with-dart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/atsdk-tutorial/using-the-atsdk-with-dart.md b/docs/tutorials/atsdk-tutorial/using-the-atsdk-with-dart.md index bde5ba8..f47f122 100644 --- a/docs/tutorials/atsdk-tutorial/using-the-atsdk-with-dart.md +++ b/docs/tutorials/atsdk-tutorial/using-the-atsdk-with-dart.md @@ -8,7 +8,7 @@ description: >- ## What and why Dart ? - Dart is an opensource project from Google offering a fast and multi-platform programming language. The atPlatform team choose Dart as a high level language to build proof of concept code but Drat proved to be a fast and reliable language to build on and as we needed features like being able to compile to executables, the Dart team delivered. + Dart is an opensource project from Google offering a fast and multi-platform programming language. The atPlatform team choose Dart as a high level language to build proof of concept code but Dart proved to be a fast and reliable language to build on and as we needed features like being able to compile to executables, the Dart team delivered. At this point we have ported the atSDK to other languages, like Java and Python the Dart atSDK is a great place to start.