Skip to content

Commit 8d43736

Browse files
committed
fix(doc): typos
1 parent 6f6a4e2 commit 8d43736

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/Explanations/auto_complete.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Any calculation using the API is made easier thanks to the **data auto-complete
44

55
the API implements several approaches to complete the missing information:
66

7-
* ```COMPELETE``` : The API infer the value based on the user inputs (e.g. `manufacturer` and `family` for a CPU ```name```).
7+
* ```COMPLETE``` : The API infer the value based on the user inputs (e.g. `manufacturer` and `family` for a CPU ```name```).
88
* ```DEFAULT``` : The API use a default value for those missing attributes (e.g. europe for the default ```usage_location```). The default values can be set in the [configuration file](../config.md).
9-
* ```ARCETYPE``` : The API can use a value taken from an [archetype](archetypes.md).
9+
* ```ARCHETYPE``` : The API can use a value taken from an [archetype](archetypes.md).
1010
* ```CHANGED```: The API can change the value of an attribute to make the computation possible. This happens when you provide a value that is close to the value of an attribute but not exactly the same. For example, if you provide a ```family``` that is not in the database but is close to a family in the database, the API will change the ```family``` to the closest name in the database.
1111

1212
The documentation about how attributes are auto-completed is given on each asset's documentation page.

0 commit comments

Comments
 (0)