@griddo/cx 11.1.4 → 11.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,7 +11,7 @@ declare class RobotsService {
11
11
  */
12
12
  private getRobots;
13
13
  /**
14
- * Write robots.txt files for the current rendering domain.
14
+ * Write robots.txt files for the domain.
15
15
  */
16
16
  writeFiles(domain: string): Promise<void>;
17
17
  }