Fix typos (#10153)
This commit is contained in:
committed by
Nicolò Ribaudo
parent
ef3f555be9
commit
0bf0ae3410
@@ -48,7 +48,7 @@ export default declare(api => {
|
||||
for (let i = 0; i < attributes.length; i++) {
|
||||
const name = attributes[i].name;
|
||||
if (name && name.name === TRACE_ID) {
|
||||
// The __source attibute already exists
|
||||
// The __source attribute already exists
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user