diff --git a/power-platform/power-fx/reference/function-now-today-istoday.md b/power-platform/power-fx/reference/function-now-today-istoday.md index 003174eb11..6a156c0daa 100644 --- a/power-platform/power-fx/reference/function-now-today-istoday.md +++ b/power-platform/power-fx/reference/function-now-today-istoday.md @@ -31,7 +31,7 @@ The **IsToday** function tests whether a date/time value is between midnight tod **Now**, **Today**, and **IsToday** functions work with the local time of the current user. -**UTCNow**, **UTCToday**, and **IsUTCToday** functions are the same as their non-UTC countrparts but work with time zone independent values and use Coordinated Universal Time (UTC). +**UTCNow**, **UTCToday**, and **IsUTCToday** functions are the same as their non-UTC counterparts but work with time zone independent values and use Coordinated Universal Time (UTC). > [!NOTE] > @@ -65,7 +65,7 @@ When used in a [behavior formula](/power-apps/maker/canvas-apps/working-with-for - _DateTime_ - Required. The date/time value to test. -#### Using Coodinated Universal Time (UTC) +#### Using Coordinated Universal Time (UTC) **UTCNow**() @@ -73,7 +73,7 @@ When used in a [behavior formula](/power-apps/maker/canvas-apps/working-with-for **IsUTCToday**( _TimeZoneIndependentTime_ ) -- _TimeZoneIndependentDateTime_ - Required. The time zone indepdenent date/time value to test. +- _TimeZoneIndependentDateTime_ - Required. The time zone independent date/time value to test. ## Examples