Skip to content

Commit 3618a61

Browse files
committed
update
1 parent c366488 commit 3618a61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-resource-manager/bicep/bicep-cli.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ The following message shows an example for Bicep version.
185185
```
186186

187187
For the available methods & request/response bodies, see [`ICliJsonRpcProtocol.cs`](../../src/Bicep.Cli/Rpc/ICliJsonRpcProtocol.cs).
188-
For an example establinging a JSONRPC connection and interacting with Bicep files programmatically using Node, see [`jsonrpc.test.ts`](../../src/Bicep.Cli.E2eTests/src/jsonrpc.test.ts).
188+
For an example establishing a JSONRPC connection and interacting with Bicep files programmatically using Node, see [`jsonrpc.test.ts`](../../src/Bicep.Cli.E2eTests/src/jsonrpc.test.ts).
189189

190190
### Usage for named pipe
191191

@@ -197,13 +197,13 @@ bicep jsonrpc --pipe <named_pipe>`
197197

198198
`<named_pipe>` is an existing named pipe to connect the JSONRPC client to.
199199

200-
To connect to a named pipe (OSX/Linux) :
200+
To connect to a named pipe on OSX/Linux :
201201

202202
```bicep cli
203203
bicep jsonrpc --pipe /tmp/bicep-81375a8084b474fa2eaedda1702a7aa40e2eaa24b3.sock
204204
```
205205

206-
To connect to a named pipe (Windows) :
206+
To connect to a named pipe on Windows :
207207

208208
```bicep cli
209209
bicep jsonrpc --pipe \\.\pipe\\bicep-81375a8084b474fa2eaedda1702a7aa40e2eaa24b3.sock`
@@ -219,7 +219,7 @@ Use the following syntax to connect to an existing TCP socket as a JSONRPC clien
219219
bicep jsonrpc --socket <tcp_socket>
220220
```
221221

222-
`<tcp_socket>` is a a socket number to connect the JSONRPC client to.
222+
`<tcp_socket>` is a socket number to connect the JSONRPC client to.
223223

224224
To connect to a TCP socket
225225

0 commit comments

Comments
 (0)