Skip to content

Commit 2f611f3

Browse files
authored
Fix typo
1 parent 035c5b9 commit 2f611f3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Salanoiod
3+
Copyright (c) 2025 Salanoid
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Works great for: “show me the last N commits, let me pick one (or two) and ope
2626

2727
```lua
2828
{
29-
"Salanoiod/gitlogdiff.nvim",
29+
"Salanoid/gitlogdiff.nvim",
3030
dependencies = {
3131
"sindrets/diffview.nvim",
3232
"folke/snacks.nvim",
@@ -42,7 +42,7 @@ Works great for: “show me the last N commits, let me pick one (or two) and ope
4242

4343
```lua
4444
use({
45-
"Salanoiod/gitlogdiff.nvim",
45+
"Salanoid/gitlogdiff.nvim",
4646
requires = {
4747
"sindrets/diffview.nvim",
4848
"folke/snacks.nvim",

0 commit comments

Comments
 (0)