Skip to content

Commit 4f47f49

Browse files
committed
updated proxy docs
1 parent 47420d7 commit 4f47f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ActionBar/SourceFetchStatusIcon/SourceFetchStatusIcon.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Component } from "react";
88
* @param {object} props - the props passed to the component
99
* @param {object} props.context - the query context
1010
* @param {string} props.source - the source to check
11-
* @param {string} props.proxyUrl - the proxy url to use if querying is used for sources
11+
* @param {string} props.proxyUrl - the proxy url to use if the resource is accessed through a proxy
1212
* @returns {Component} an icon indicating whether the query was executed succesfully or not
1313
*/
1414
function SourceFetchStatusIcon({ context, source, proxyUrl }) {

0 commit comments

Comments
 (0)