| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 50e81ba commit facf3a5
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -62,7 +62,7 @@ Check if there are active subscribers to the named channel. This is helpful if | |||
| 62 | 62 | the message you want to send might be expensive to prepare. | |
| 63 | 63 | ||
| 64 | 64 | This API is optional but helpful when trying to publish messages from very | |
| 65 | - performance-senstive code. | ||
| 65 | + performance-sensitive code. | ||
| 66 | 66 | ||
| 67 | 67 | ```js | |
| 68 | 68 | const diagnostics_channel = require('diagnostics_channel'); | |
@@ -105,7 +105,7 @@ Check if there are active subscribers to this channel. This is helpful if | |||
| 105 | 105 | the message you want to send might be expensive to prepare. | |
| 106 | 106 | ||
| 107 | 107 | This API is optional but helpful when trying to publish messages from very | |
| 108 | - performance-senstive code. | ||
| 108 | + performance-sensitive code. | ||
| 109 | 109 | ||
| 110 | 110 | ```js | |
| 111 | 111 | const diagnostics_channel = require('diagnostics_channel'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments