Skip to content

Commit f846334

Browse files
authored
Fix a typo (#72)
1 parent c581474 commit f846334

File tree

1 file changed

+1
-1
lines changed
  • kafka-nodejs-console-sample/docs

1 file changed

+1
-1
lines changed

kafka-nodejs-console-sample/docs/Local.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Once built, to run the sample, execute the following command:
3333
node app.js <kafka_brokers_sasl> <api_key> <ca_location>
3434
```
3535

36-
To find the values for `<kafka_brokers_sasl>` and `<api_key>`, access your Event Streams instance in IBM Cloud®, go to the `Service Credentials` tab and select the `Credentials` you want to use. If your user value is `token`, specify that with the password seperated by a `:`.
36+
To find the values for `<kafka_brokers_sasl>` and `<api_key>`, access your Event Streams instance in IBM Cloud®, go to the `Service Credentials` tab and select the `Credentials` you want to use. If your user value is `token`, specify that with the password separated by a `:`.
3737

3838
`<ca_location>` is the path where the trusted SSL certificates are stored on your machine and is therefore system dependent.
3939
For example:

0 commit comments

Comments
 (0)