Skip to content

Commit f901120

Browse files
chore: Fix typo MESSANGER -> MESSENGER #811
1 parent 461ab9e commit f901120

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/share/src/networks.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ export const INSTAPAPER: Network = "http://www.instapaper.com/edit?url=@u&title=
2626
export const LINE: Network = "http://line.me/R/msg/text/?@t%0D%0A@u%0D%0A@d";
2727
export const LINKEDIN: Network = "https://www.linkedin.com/sharing/share-offsite/?url=@u";
2828
export const MESSANGER: Network = "fb-messenger://share/?link=@u";
29+
/** @deprecated Use MESSENGER instead - this will be removed in a future version */
30+
export const MESSANGER: Network = MESSENGER;
2931
export const ODNOKLASSNIKI: Network =
3032
"https://connect.ok.ru/dk?st.cmd=WidgetSharePreview&st.shareUrl=@u&st.comments=@t";
3133
export const PINTEREST: Network =

0 commit comments

Comments
 (0)