From ddde70388021bb86436b3583d0614afab7bc51f0 Mon Sep 17 00:00:00 2001 From: John Dutton Date: Wed, 30 Oct 2024 11:40:47 -0400 Subject: [PATCH] typo fix --- .../process-streams-in-realtime-with-apache-storm/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/applications/big-data/process-streams-in-realtime-with-apache-storm/index.md b/docs/guides/applications/big-data/process-streams-in-realtime-with-apache-storm/index.md index 9d50dcdbd74..5451bd85dc9 100644 --- a/docs/guides/applications/big-data/process-streams-in-realtime-with-apache-storm/index.md +++ b/docs/guides/applications/big-data/process-streams-in-realtime-with-apache-storm/index.md @@ -104,7 +104,7 @@ On each deployed instance, follow the steps below to install Java. apt install default-jdk ``` -1. Display the installed version to verifiy the Java installation: +1. Display the installed version to verify the Java installation: ```command {title="storm-zoo, storm-nimbus, storm-super-1, and storm-super-2"} java --version