Fix typo in delta operation docs (#192)

This commit is contained in:
Cheng Zhe 2021-04-15 14:55:43 +08:00 committed by GitHub
parent 69343bfc3c
commit 9b0ac23c2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
defmodule Livebook.Delta.Operation do
@moduledoc false
# An peration represents an atomic change applicable to a text.
# An operation represents an atomic change applicable to a text.
#
# For plain-text (our use case) an operation can be either of:
#