Fix broken link for Stencil

This commit is contained in:
Kerry Peterson 2019-05-08 00:37:31 -04:00 committed by GitHub
parent c706d50ca4
commit 87b52d5186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ this.options = { ...this.options, show: true }
Mutable operations such as `push()` won't work. You'll need to assign a new copy.
See: [Updating arrays](https://stenciljs.com/docs/handling-arrays)
See: [Updating arrays](https://stenciljs.com/docs/reactive-data/#updating-arrays)
## Slots