Update development-plugin-resources.asciidoc (#78340)

Replaces {kib} in code comment with Kibana
This commit is contained in:
gchaps 2020-09-24 10:19:29 -07:00 committed by GitHub
parent 6763700d5c
commit 8de240c57b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ To enable TypeScript support, create a `tsconfig.json` file at the root of your
["source","js"]
-----------
{
// extend {kib}'s tsconfig, or use your own settings
// extend Kibana's tsconfig, or use your own settings
"extends": "../../kibana/tsconfig.json",
// tell the TypeScript compiler where to find your source files