}
```
-## Usage with options API
+## Usage with the options API
If you are not using the composition API, and you are using `computed`, `methods`, ..., you can use the `mapActions()` helper to map actions properties as methods in your component:
}
```
-## Options API
+## Usage with the options API
You can use the same `mapState()` function used in the [previous section of state](./state.md#options-api) to map to getters:
store.counter++
```
-### Options API
+### Usage with the options API
If you are not using the composition API, and you are using `computed`, `methods`, ..., you can use the `mapState()` helper to map state properties as readonly computed properties: