Fix typo in user guide
authorhelmutbuhler <[email protected]>
Sat, 3 Aug 2024 11:12:01 +0000 (3 13:12 +0200)
committeromar <[email protected]>
Tue, 29 Oct 2024 16:26:20 +0000 (29 17:26 +0100)
implot.cpp

index 597b043..e1d95ab 100644 (file)
@@ -5171,7 +5171,7 @@ void ShowUserGuide() {
     ImGui::Indent();
         ImGui::BulletText("Left-click drag on axis labels to pan an individual axis.");
     ImGui::Unindent();
-    ImGui::BulletText("Scroll in the plot area to zoom both X any Y axes.");
+    ImGui::BulletText("Scroll in the plot area to zoom both X and Y axes.");
     ImGui::Indent();
         ImGui::BulletText("Scroll on axis labels to zoom an individual axis.");
     ImGui::Unindent();