Skip to content

Commit 062106f

Browse files
committedMay 18, 2022
Fix typo
/rest/i -> REST
1 parent 8a172e6 commit 062106f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎articles/hdinsight/hbase/apache-hbase-tutorial-get-started-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ The HBase REST API is secured via [basic authentication](https://en.wikipedia.or
240240
echo "Applying mitigation; starting REST Server"
241241
sudo python /usr/lib/python2.7/dist-packages/hdinsight_hbrest/HbaseRestAgent.py
242242
else
243-
echo "Rest server already running"
243+
echo "REST server already running"
244244
exit 0
245245
fi
246246
```

0 commit comments

Comments
 (0)