Skip to content

Commit cbe5afa

Browse files
authored
Typo (#1524)
1 parent 32754df commit cbe5afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/options-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ Declare exposed public properties when the component instance is accessed by a p
455455

456456
```js
457457
export default {
458-
// only `publicMethod` will be available on the pubic instance
458+
// only `publicMethod` will be available on the public instance
459459
expose: ['publicMethod'],
460460
methods: {
461461
publicMethod() {

0 commit comments

Comments
 (0)