Skip to content

Commit baf5cb4

Browse files
ryanwelcherCopilot
andauthored
Update extending-aql.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9575ed0 commit baf5cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extending-aql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const MyControl = ( { attributes, setAttributes, context } ) => {
3333
};
3434
```
3535

36-
The example below adds a new control to only show content from the from currently logged in user regardless of the status of `Inherit query from template`.
36+
The example below adds a new control to only show content from the currently logged in user regardless of the status of `Inherit query from template`.
3737

3838
```js
3939
const { AQLControls, AQLControlsInheritedQuery } = window.aql;

0 commit comments

Comments
 (0)