Skip to content
This repository was archived by the owner on Apr 9, 2021. It is now read-only.

Commit 6c11a7a

Browse files
committed
fixed node snippet
Rogue closing <pre> tag....
1 parent b9552cf commit 6c11a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ The Node.js library dynamically generates service descriptors and client stub de
418418

419419
```
420420
var grpc = require('grpc');
421-
var hello_proto = grpc.load(PROTO_PATH).helloworld;</pre>
421+
var hello_proto = grpc.load(PROTO_PATH).helloworld;
422422
```
423423
</div>
424424
<div id="csharp_generate">

0 commit comments

Comments
 (0)