소스 검색

fix typo in `cron.asciidoc` (#95181)

Pablo Alcantar Morales 2 년 전
부모
커밋
e2fff49365
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      x-pack/docs/en/watcher/trigger/schedule/cron.asciidoc

+ 1 - 1
x-pack/docs/en/watcher/trigger/schedule/cron.asciidoc

@@ -5,7 +5,7 @@
 ++++
 
 Defines a <<trigger-schedule, `schedule`>> using a <<cron-expressions, cron expression>> 
-that specifiues when to execute a watch.
+that specifies when to execute a watch.
 
 TIP:  While cron expressions are powerful, a regularly occurring schedule 
 is easier to configure with the other schedule types.