Skip to content

Commit f1854f3

Browse files
Update docs/pages/cli/make.md
Co-authored-by: Sanjula Ganepola <[email protected]>
1 parent e5dfbd9 commit f1854f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/cli/make.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ So that means that 4 objects are going to be rebuilt. Usually, parents always ne
2828

2929
To ensure library lists are supported correctly, the following rules are recommended:
3030

31-
* When building an object, always qualified the name of the object being built.
31+
* When building an object, always use the qualified name of the object being built.
3232
* When referenceing an object, always use the unqualified name of the object so that the library list can be used to find the object.
3333

3434
### When is a incremental build right?

0 commit comments

Comments
 (0)