Update discovering-chrome-ai-using-fleet.md (#22268)

It's 1 letter. I waited days to do this. :)
This commit is contained in:
Brock Walters
2024-09-20 10:04:37 -07:00
committed by GitHub
parent 8d664bd456
commit 92d3b708d7
@@ -50,7 +50,7 @@ In this case, `jq` is used to locate and read the value of the `tab_organization
### Step 3: Query the JSON file with Fleet
To detect Chrome AI features in Fleet, use SQL query like the following:
To detect Chrome AI features in Fleet, use a SQL query like the following:
```
SELECT fullkey,path FROM parse_json WHERE path LIKE '/Users/%/Library/Application Support/Google/Chrome/Default/Preferences' AND fullkey='optimization_guide/tab_organization_setting_state';