Skip to content

Commit

Permalink
Update rating-in-pdoresources-and-msproducts.md
Browse files Browse the repository at this point in the history
{'ecThreadRating' | snippet : [
  'thread' => 'resource-' ~ $id,
]}

fix this
  • Loading branch information
Rif0-coder authored Dec 1, 2023
1 parent b1113a0 commit 732f9bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

```fenom
{'ecThreadRating' | snippet : [
'thread' => 'resource' ~ $id,
'thread' => 'resource-' ~ $id,
]}
```

Expand Down

0 comments on commit 732f9bf

Please sign in to comment.