Skip to content

Commit 3cb5a10

Browse files
committed
Merge pull request #147 from adisuryadi/fix-doc
Fix typo and syntax highlighting
2 parents ef0ef67 + 5a89636 commit 3cb5a10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/docs/08-testing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ export default {
108108

109109
#### `getters.js`
110110

111-
```
112-
cosnt projectsMap = ['projects']
111+
```javascript
112+
const projectsMap = ['projects']
113113

114114
const currentProjectId = ['currentProjectId']
115115

0 commit comments

Comments
 (0)