Skip to content

Commit 571338e

Browse files
committed
Removed use of 'we'
1 parent 2985ead commit 571338e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/umbraco-cms/reference/searching/examine/indexing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public class ExamineComposer : IComposer
6464
}
6565
```
6666

67-
Note the use of the `ComposeAfter` attribute. By adding this we guarantee that the composer will run after the core composer responsible for setting up the default index details.
67+
Note the use of the `ComposeAfter` attribute. Adding this guarantees that the composer will run after the core composer responsible for setting up the default index details.
6868

6969
### Changing field value types
7070

0 commit comments

Comments
 (0)