Skip to content

Commit ff17d29

Browse files
asgerferik-krogh
andauthored
Apply suggestions from code review
Co-authored-by: Erik Krogh Kristensen <[email protected]>
1 parent be8c574 commit ff17d29

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/src/semmle/javascript/frameworks

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/frameworks/Vuex.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ module Vuex {
7575

7676
/**
7777
* Gets the options object passed to a Vuex store creation or one of its modules,
78-
* with `namespace` bound its namespace.
78+
* with `namespace` bound to the namespace of the store.
7979
*/
8080
API::Node storeConfigObject(string namespace) {
8181
result = vuex().getMember("Store").getParameter(0) and namespace = ""

0 commit comments

Comments
 (0)