We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be8c574 commit ff17d29Copy full SHA for ff17d29
javascript/ql/src/semmle/javascript/frameworks/Vuex.qll
@@ -75,7 +75,7 @@ module Vuex {
75
76
/**
77
* Gets the options object passed to a Vuex store creation or one of its modules,
78
- * with `namespace` bound its namespace.
+ * with `namespace` bound to the namespace of the store.
79
*/
80
API::Node storeConfigObject(string namespace) {
81
result = vuex().getMember("Store").getParameter(0) and namespace = ""
0 commit comments