Skip to content
This repository was archived by the owner on Jul 16, 2026. It is now read-only.

Commit 10af3fc

Browse files
committed
Fix a mispeling (:P) in a zman.
1 parent 852a3eb commit 10af3fc

13 files changed

Lines changed: 95 additions & 83 deletions

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version 2.2.0 alpha (2014-05-12)
44
Remove holidays.IGNORE_YEAR
55
Fix bug with giving a name to HDate().setMonth()
66
Add HDate().candleLighting() and HDate().havdalah()
7+
Fix spelling of alot_hashachar
78

89
version 2.1.2 (2014-04-04 [5 Nisan 5774])
910
Fix sourcemap links

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ Returns an object containing halachik times (zemanim) for the day. Each property
800800

801801
* `chatzot` (calculated as sunrise + six hours)
802802
* `chatzot_night` (calculated as sunset + six hours)
803-
* `alot_hashacher` (calculated as when the sun is at -16.1 degrees, as per [MyZmanim.com](http://www.myzmanim.com/read/degrees.aspx))
803+
* `alot_hashachar` (calculated as when the sun is at -16.1 degrees, as per [MyZmanim.com](http://www.myzmanim.com/read/degrees.aspx)) (Before v2.2.0 it was called `alot_hashacher`. The misspelling is kept for backwards capability, but will likely be removed eventually.)
804804
* `misheyakir` (calculated as when the sun is at -11.5 degrees, as per [MyZmanim.com](http://www.myzmanim.com/read/sources.aspx))
805805
* `misheyakir_machmir` (calculated as when the sun is at -10.2 degrees, as per [MyZmanim.com](http://www.myzmanim.com/read/sources.aspx))
806806
* `neitz_hachama` (the same as sunrise, but allows an event to be fired (added 2.1))

client/hebcal.js

Lines changed: 25 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/hebcal.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/hebcal.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/hebcal.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/hebcal.noloc.js

Lines changed: 25 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/hebcal.noloc.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/hebcal.noloc.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/hebcal.noloc.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)